CSE :: Object Oriented Programming Using C++
-
When you instantiate a derived class object, a constructor for the derived class _____
-
A constructor may be _____
-
Software that can be used in applications other than the one for which it was originally written is called
-
Which of the following statements is false?
-
Typing the function's name as Main, rather than main, is an example of
-
When the compiler cannot differentiate between two overloaded constructors, they are called______
-
A function argument is
-
A function that is prototyped as double calculate(int num); may______
-
Passing a variable pointer as a constant _____
-
Recursive Functions
A.
A class encapsulates all of an object's attributes and behaviors
|
B.
An example of an attribute is the minutes variable in a time class
|
C.
An example of a behavior is the setTime function in a time class
|
D.
A class is considered an object
|
E.
An object created from a class is referred to as an instance of the class
|