Ask Question
8 May, 08:37

When an "is a" relationship exists between objects, it means that the specialized object has all the characteristics of the general object plus additional characteristics that make it special.

+1
Answers (1)
  1. 8 May, 10:28
    0
    This characteristics is called Polymorphism in the concept of Object Oriented Programming.

    Explanation:

    Polymorphism is one of the characteristics of Object Oriented Programming (OOP). It is also known as an "is a" relationship between objects.

    Polymorphism is the ability of an object to take on many forms. It is commonly used when a parent class reference is used to refer to a child class object.

    For instance; we have an Animal class, then a Dog class which inherit from the Animal class. We can then say a Dog is an animal (Polymorphism).
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “When an "is a" relationship exists between objects, it means that the specialized object has all the characteristics of the general object ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers