Question # 1 of 10 ( Start time:
02 :28 :13 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 # 2 of 10 ( Start time:
02 :29 :41 PM ) Total Marks : 1
A static member function can not be
declared :
Select correct option :
Static
Constant
Virtual
Both Constant and Virtual
Question # 3 of 10 ( Start time:
02 :30 :46 PM ) Total Marks : 1
Which of the following operators takes
only one operand ?
Select correct option :
+
>
<=
New
Question # 4 of 10 ( Start time:
02 :32 :02 PM ) Total Marks : 1
Constant objects cannot change their
state .
Select correct option :
True
False
Question # 5 of 10 ( Start time:
02 :32 :46 PM ) Total Marks : 1
Object can be declared constant with
the use of Constant keyword .
Select correct option :
True
False
Question # 6 of 10 ( Start time:
02 :33 :29 PM ) Total Marks : 1
Copy constructor is called when :
Select correct option :
An object is created .
An object is created in term of pre
existing object.
An array of objects is created .
An object is deleted .
Question # 7 of 10 ( Start time:
02 :34 :43 PM ) Total Marks : 1
__________ provide the facility to
access the data member.
Select correct option :
accesser function
private function
inline function
None of the given
Question # 8 of 10 ( Start time:
02 :35 :27 PM ) Total Marks : 1
Memory is allocated to non static
members only, when :
Select correct option :
Class is created
Object is defined
Object is initialized
Object is created
Question # 9 of 10 ( Start time:
02 :36 :28 PM ) Total Marks : 1
Unary operators and assignment
operator are right associative .
Select correct option :
True
False
Question # 10 of 10 ( Start time :
02 :37 :27 PM ) Total Marks : 1
Associativity can change due to
operator overloading.
Select correct option :
True
False