Exercise: Object Oriented Programming Using Cpp

Questions for: Object Oriented Programming Using Cpp

The prototype for a derived class constructor may include arguments for
A:
data members of the derived class
B:
data members of the base class
C:
both (a) and (b)
D:
neither (a) nor (b)
Answer: C
No answer description is available. Let's discuss.
A blueprint for creating an object in C++ is called _____
A:
a class
B:
an instance
C:
a map
D:
a pattern
Answer: A
No answer description is available. Let's discuss.
A program that predicts the exact sequence in which events will take place is said to be ________
A:
compiled
B:
interpreted
C:
procedural
D:
object-oriented
Answer: C
No answer description is available. Let's discuss.
If no exception is thrown ________
A:
a catch block will cause an error
B:
the first catch block coded will execute
C:
the last catch block coded with execute
D:
any catch blocks coded with be bypassed
Answer: D
No answer description is available. Let's discuss.
The set of instructions for how to tie a bow is an example of the _____ structure
A:
control
B:
repetition
C:
selection
D:
sequence
Answer: D
No answer description is available. Let's discuss.
Ad Slot (Above Pagination)
Quiz