Which of the following is false?
a. You should not call overridable methods from constructors—when creating a subclass object, this could lead to an overridden method being called before the subclass object is fully initialized.
b. It’s OK to any of a class’s methods from its constructors.
c. When you construct a subclass object, its constructor first calls one of the direct superclass’s constructors. If the superclass constructor calls an overridable method, the subclass’s version of that method will be called by the superclass constructor.
d. It’s acceptable to call a static method from a constructor.
B
You might also like to view...
Which of the following is NOT true regarding form button?
A) If necessary, forms and reports may be deleted from a navigation form. B) An alternate method to delete the tab is to select the tab, right-click, and then select Delete from the dialog box. C) Forms and reports can be easily added to the form by dragging the object from the Navigation Pane to the [Add New] button. D) Existing buttons can easily be rearranged on their level, or they can be moved from one level of the form to another.
A square and a triangle are both specializations of a shape that mathematicians call a polygon.
Answer the following statement true (T) or false (F)