If a subclass constructor does not explicitly call a superclass constructor, __________.
a. the superclass's fields will be set to the default values for their data types
b. Java will automatically call the superclass's default or no-arg constructor immediately after the code in the subclass's constructor executes
c. it must include the code necessary to initialize the superclass fields
d. Java will automatically call the superclass's default or no-arg constructor just before the code in the subclass's constructor executes
d. Java will automatically call the superclass's default or no-arg constructor just before the code in the subclass's constructor executes
You might also like to view...
Examples of user data include all of the following EXCEPT
A) Temp files B) User profiles C) Program files D) User passwords
Case-Based Critical Thinking QuestionsCase 13-2Kelly is a college sophomore majoring in computer science. She is interested in gaining exposure to the most useful and current programming languages and techniques. During the summer, Kelly will be writing a compiler as part of a research project. To prepare, she is learning ____, a functional language.
A. C B. Java C. Visual Basic D. Scheme