Multiple choice

If one class can be described as a "specific example" of another, that relationship can be described through inheritance

  1. True

  2. False

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

Inheritance represents an 'is-a' relationship between classes. If class B is a specific example of class A (for example, a Dog is an Animal), then class B can inherit from class A to reuse and extend its functionality.