CSE :: Object Oriented Programming Using C++
-
The main difference in operation between an 'if statement and a 'while' statement is
-
If a class object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is_________
-
The 'continue' statement is used to
-
The 'break' statement is used to exist from
-
You have assigned the address of Value to the pointer P, Which statement will display the value stored in Value?
-
A constructor initialization list is preceded by
-
In C++, a function contained within a class is called
-
Which of the following statements will create and initialize a feelnfo array named fee?
A.
permit two different expressions to appear in situations where only one expression would ordinarily be used
|
B.
terminate loops or to exit from a switch
|
C.
alter the normal sequence of program execution by transferring control to some other part of the program
|
D.
All of the above
|
E.
None of the above
|