Multiple Choice
Which one of the following is a class header indicating that we are defining a class named Amphibian, which is derived from the Animal class?
A) Amphibian : Animal
B) Animal(Amphibian)
C) Animal->Amphibian
D) Amphibian extends Animal
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: Inheritance involves a base class and a
Q18: When program code instatiates a derived class
Q19: If you want to create an abstract
Q20: When a derived class method has the
Q21: A class that is not intended to
Q23: When designing an object-oriented program, the best
Q24: A class that is not abstract is
Q25: New fields, properties, and methods cannot be
Q26: If a reference to a base class
Q27: To override a property in the _