Constructors, Classes, and Inheritance

Casual Mode - Take your time!

1 / 9
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following statements is false regarding inheritence?

  1. A class can extend another class.
  2. A class can implement multiple interfaces.
  3. A class can extend multiple classes.
  4. An interface can extend another interface.
  5. A class can extend another class and implement an interface at the same time.
Change Mode