Question # 1
Class is not a mechanism to create
objects and define user data types .
True
False
Question # 2
Which of the following operator doesn' t
take any argument if overloaded?
/
+
.
None of Given
Question # 3
Object can be declared constant with
the use of Constant keyword .
True
False
Question # 4
Associatively can be change in operator
overloading.
True
False
Question # 5
The sub - object ’ s life is not dependant
on the life of master class in _ _ _ _ _ _ _
_ _ _ _ .
compostion
Question # 6
Separation of implementation from
interface provides the facility to
restrict the _ _ _ _ _ _ _ _ _ from direct
access
Data Member
Data Function
Class
None of Given
Question # 7
_ _ _ _ _ _ _ _ _ _ Operator will take only
one operant.
New
int
Question # 8
Memory is allocated to non static
members only, when :
Class is created
object is initialized
Question # 9
Consider the call given below of an
overloaded operator " + " , Rational _
number _ 1 + Rational _ number _ 2 Where
Rational _ number _ 1 and Rational _
number _ 2 are the two objects of
Rational _ number class ( a user defined
class) . Identify which of the above two
objects will be passed as an argument
to the overloaded operator function ?
Rational _ number _ 1
None of the given choices
Question # 10
Sub - Object can not be initialized using
the constructor
True
False