| 1)
|
One of the major disadvantage with late binding is |
|
|
| 2)
|
The member of a structure can be accessed through a pointer by |
|
|
| 3)
|
Private data members can be accessed |
|
|
| 4)
|
Class members are _______________ by default |
|
|
| 5)
|
In C++, the exception handler is invoked with a- |
|
|
| 6)
|
Which of the following language is predecessor to C Programming Language? |
|
|
| 7)
|
Overloaded functions |
|
|
| 8)
|
The library function exit() causes an exit from |
|
|
| 9)
|
C language is available for which of the following Operating Systems? |
|
|
| 10)
|
You can read input that consists of multiple lines of text using |
|
|
| 11)
|
Pick out the most appropriate statement from the following |
|
|
| 12)
|
_____________ operator must have one class object |
|
|
| 13)
|
‘this’ is an implicit pointer. |
|
|
| 14)
|
The value of ‘this’ pointer can be changed. |
|
|
| 15)
|
In case of nested class, enclosing class can directly access the private data member of nested class. |
|
|
| 16)
|
ios containes a pointer to streambuf. |
|
|
| 17)
|
iostream is inheried from istream, ostream and ios class. |
|
|
| 18)
|
Static member functions have file scope. |
|
|
| 19)
|
Static data member occurs in only class scope. |
|
|
| 20)
|
Static data member can be declared as const too. |
|
|