CSE :: Object Oriented Programming Using C++
-
The function whose prototype is Item getData(void); returns _____
-
The most common operation used in constructors is
-
In a simple 'if' statement with no 'else'. What happens if the condition following the 'if is false?
-
If two types of errors may be thrown, you should write _______
-
The name of a function ends with
-
Which of the following is not a programming control structure?
-
The bitwise OR operator is a
-
A class Stockltems has four data members and three function members. You define 50 objects as members of the class. Which is true?
-
The continue statement should be written only