Question # 1 of 10 ( Start time:
06 :24 :14 PM ) Total Marks: 1
Static member can not be called with
the class name .
Select correct option :
True
False
Question # 2 of 10 ( Start time:
06 :24 :45 PM ) Total Marks: 1
To initialize an array of objects , only
_____________ will be called
Select correct option :
Defualt Constructor
Overloaded Constructor
Default Object
None of the above
Question # 3 of 10 ( Start time:
06 :25 :05 PM ) Total Marks: 1
Constant objects cannot change their
state .
Select correct option :
True
False
Question # 4 of 10 ( Start time:
06 :25 :43 PM ) Total Marks: 1
The sub - object ’ s life is not dependant
on the life of master class in
___________ .
Select correct option :
Composition
Aggregation
Seperation
non of the given
Question # 5 of 10 ( Start time:
06 :26 :03 PM ) Total Marks: 1
this pointer does not pass implicitly to
__________ functions .
Select correct option :
Static Member
Non- Static Member
Instance Number
None of the given
Question # 6 of 10 ( Start time:
06 :26 :24 PM ) Total Marks: 1
Member function of a class can not
access its private data members .
Select correct option :
True
False
Question # 7 of 10 ( Start time:
06 :27 :03 PM ) Total Marks: 1
Static variable can be initialized more
than once .
Select correct option :
True
False
Question # 8 of 10 ( Start time:
06 :27 :24 PM ) Total Marks: 1
Class is not a mechanism to create
objects and define user data types .
Select correct option :
True
False
Question # 9 of 10 ( Start time:
06 :27 :47 PM ) Total Marks: 1
Operator overloading is
Select correct option :
making C + + operators work with
objects .
giving C + + operators more than they
can handle.
giving new meanings to existing Class
members .
making new C + + operators.
Question # 10 of 10 ( Start time :
06 :28 :00 PM ) Total Marks: 1
If you do not initialize static variable
of int type then it is automatically
initialized with _________ .
Select correct option :
0
1
Null
None of the given