To invoke the constructor of its superclass, a subclass can use the notation ____, and pass arguments to that constructor's parameters within the parentheses.
A. parent()
B. base()
C. child()
D. super()
Answer: D
Computer Science & Information Technology
You might also like to view...
For a non-constant member function of class Test, the this pointer has type:
a. const Test * b. Test * const c. Test const * d. const Test * const
Computer Science & Information Technology
In a programming language, a(n) ______, or command, is a word with a predefined meaning.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology