A super class is also called a
a. derived class
b. dominant class
c. sub class
d. base class
D
You might also like to view...
By default, the classpath consists only of the ________. However, the classpath can be modified by providing the ________ option to the javac compiler.
a. root directory of the package, -d. b. current directory, -d. c. root directory of the package, -classpath. d. current directory, -classpath.
Java is designed to run in a platform-independent manner using _________________________ installed on the client computer as its sandbox.
Fill in the blank(s) with the appropriate word(s).
What is the purpose of the scoping operator?
A. To find a target. B. So the program knows which class owns the function. C. There is no scope operator in object oriented programming. D. None of the above.
Operators ____ be redefined for C++'s built-in types.
A. can B. cannot C. usually can D. usually cannot