Multiple choice technology programming languages In Object Oriented Programming, the concept of IS-A is based on which of the following? Inheritance Polymorphism Abstraction 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.