Multiple choice technology programming languages

In Object Oriented Programming, the concept of IS-A is based on which of the following?

  1. Inheritance

  2. Polymorphism

  3. Abstraction

  4. Modularization

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

IS-A relationship represents inheritance where a subclass 'is a' type of its superclass. For example, a Car IS-A Vehicle. Polymorphism enables method flexibility, abstraction hides complexity, and modularization divides systems into components.