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. It’s OK to any of a class’s methods from its constructors.
You might also like to view...
An alpha channel is a ____.
A. saved color swatch B. saved Photoshop document C. secondary workspace D. saved selection
After the user clicks the Call Button, what does the following event handler do?
private void btnCall_Click( object sender, System.EventArgs e ) { objMainAgent.Characters.Load( "Genie","Genie.acs" ); objMSpeaker = objMainAgent.Characters[ "Genie" ]; objMSpeaker.Show( 0 ); objMSpeaker.Speak( "Hello, I'm Genie the special agent!", "" ); } // end method btnCall_Click
____________________ stores both data members and member functions into strings.
Fill in the blank(s) with the appropriate word(s).
A gallery of text styles with decorative effects is called ___________
a. WordArt b. ClipArt c. TextArt d. SmartArt