Ask Question
24 September, 01:25

Object-oriented programming allows you to derive new classes from existing classes. This is called

composition.

interfaces.

inheritance

polymorphism

+3
Answers (1)
  1. 24 September, 01:42
    0
    Answer: Inheritance

    Explanation: Inheritance is the feature that is displayed by the class where it happens to acquire the properties of the other classes and exhibit it. the inheriting nature of the class is seen in two different categories - superclass and subclass. It is a concept that is usually followed in the object - oriented programming. The reason for the inheritance is to reuse the element and their properties of other class.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Object-oriented programming allows you to derive new classes from existing classes. This is called composition. interfaces. inheritance ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers