CSE :: Object Oriented Programming Using C++
-
When the function int someFunction(char c) throw( ) is executed, _____
-
The two statements that can be used to change the flow of control are
-
If p and q are assigned the values 2 and 3 respectively then the statement p = q++
-
If you want only one memory location to be reserved for a class variable, no matter how many objects are instantiated, you should declare the variable as
-
To use a template class member function, use the ________ with the instantiation
-
When a class is derived from another derived class, the newly derived class
-
If you assign a default value to any variable in a function prototype's parameter list, then _____
-
The dot operator (or class member access operator) connects the following two entities (reading from left to right):