Multiple choice technology programming languages

You Can inherit multiple interfaces.

  1. True

  2. False

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

In object-oriented programming, a class can implement multiple interfaces. Interfaces define contracts without implementation, and a class can conform to multiple contracts simultaneously. This is a fundamental OOP principle that enables flexible design and multiple inheritance of type specifications without the complexities of multiple inheritance of implementation.