How To Exam?

a knowledge trading engine...


Sikkim-Manipal University of Health Medical and Technological Sciences (SMUHMTS) 2008-2nd Sem M.C.A Model for of Manipal University. - Question Paper

Monday, 10 June 2013 11:45Web

44. The class whose properties are invited, is called _________ and the claw that inherits there properties is called _________ (Base class or super class, Derived class or sub class )

45. Inheritance supports __________ & is _______ in nature (reusability, transitive)

46. C++ provides 2 kinds of data kinds : _______ & ________ (Fundamental, Derived)

47. The increment and decrement operators come in 2 forms : _________ as in ( a++ or a--) and _________ as in (++a or –a) = (Postfix, prefix)

48. Type conversion can tabe place in 2 forms : _______ (that is performed by complier without programmers intervention) and ______ (that is described by us a ) =(implicit, explicit)

49. _________ Operator returns the size of the variable or data kind (size of)

50. The functions described inside the class definition are automatically _______ where they are not called, their code replaces their ________ in program (Inline, function calls)

51. While declaring a class, 4 attributes are declared __________ (Data members, member functions, program access levels private, public & protected, and class taf name)

52. A class supports _________ by providing only the essential and relevant info through __________ to outside world (Abstraction, public members)

53. A ______ function is a function which is not a member of a class but which is provided special permission to access __________ members of the class (Friend, private & protected)

54. A constructor may be called __________ as well as _______ (Implicitly, explicitly)

55. A __________ is a member function with the identical name as that of its class but is preceded by a __________ (destructor, tilde)

56. Constructors are automatically invoked by the compliers. A copy constructor lets you create an object by copying date values of a different object of identical kind.

57. A function name having several definitions that are differentiable by the number or kinds of their arguments if known as _________ & implements ________ (Function overloading, polymorphism)

58. In the _______ derived class, the public and the protected members remain public & protected, In the ___________ derived class, the public and the protected members of the base class, the public and the protected members of the base class become private members (Publicly, privately)

59. Objects can be passed to function through _______ mechanism as well as well as through ______ mechanism (Call by value, Call by reference)

60. Arrays can also be stored and manipulated dynamically using __________ and __________ operators & such arrays are called _______ New, delete, dynamic array)



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Sikkim-Manipal University of Health Medical and Technological Sciences (SMUHMTS) 2008-2nd Sem M.C.A Model for of Manipal University. - Question Paper