Question # 1
Static member can not be called with
the class name (false )
Question # 2
An object has _____ interface(s ) one
only
Question # 3
Which of the following is directly
related to polymorphism ? (none )
Question # 4
Class abc { - - - - - }; Is a valid class
declaration? (yes )
Question # 5
Without using Deep copy constructor , A
__________ problem can occur ( all of
the given )
Question # 6
Consider the statement “ room has
chair” Which of the following type of
association exists between room and
chair? ( Aggregation )
Question # 7
In constant member function the type
of this pointer is : (constant pointer to
object)
Question # 8
Public member function exposed by a
class is called surface (false )
Question # 9
Through interface we access object
(Behaviour )
Question # 10
Objects communicate each other
through ( message)
Question # 11
Data items in a class must be private .
(false )
Question # 12
Information hiding can be achieved
through Encapsulation , Abstraction
Question # 13
Which one is a class association
Inheritance
Question # 14
________ provide the facility to access
the data member ( accesser function )
Question # 15
A good model is . ... ... .... ... .. related to a
real life problem . Closely