Multiple choice technology programming languages

A class is a subclass of itself.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In object-oriented theory and most language implementations, every class is considered a trivial subclass of itself. The "is-a" relationship is reflexive - a class is itself. This is mathematically consistent with inheritance hierarchies and type systems.