Answer the following statements true (T) or false (F)
a) All methods in an abstract class must be declared as abstract methods.
b) Invoking a subclass-only method through a subclass variable is not allowed.
c) If a superclass declares an abstract method, a subclass must implement that method.
d) An object of a class that implements an interface may be thought of as an object of that interface type.
1) False. An abstract class can include methods with implementations and abstract
methods.
2) False. Trying to invoke a subclass-only method with a superclass variable is not allowed.
3) False. Only a concrete subclass must implement the method.
4) True.
You might also like to view...
The order of the actions listed in the Macro window does not affect the order in which these actions are performed by Access.
Answer the following statement true (T) or false (F)
After you've finished formatting a worksheet cell, click inside the cell to complete the process.
Answer the following statement true (T) or false (F)
By default the Action Catalog and Add New Action combo box only show actions that execute in nontrusted databases. To see all actions, click Show All Actions in the ________ on the Design tab
A) Tools group B) Show/Hide group C) Views group D) Field, Record & Table Events group
The Database Documenter creates a report that contains detailed information about the tables and other selected objects in your database
Indicate whether the statement is true or false