Ask Question
14 December, 20:33

What are the three fundamental features of anobject-oriented programming language?

+5
Answers (1)
  1. 14 December, 21:36
    0
    Inheritance Data abstraction or Data encapsulation Polymorphism.

    Explanation:

    The three fundamental features of an object oriented programming language are written above.

    1. Inheritance:It is the mechanism when a class acquires the properties of some other class. The class which acquires the properties is called the child class and the class from which properties are inherited is called the base class.

    2. Data encapsulation is clubbing different types of data in one place. That what class does. It can contain different data types in one place and those variables can be public, private or protected.

    3. Polymorphism it the property when an entity is processed in more than one form. Either be it run time or compile time polymorphism.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “What are the three fundamental features of anobject-oriented programming language? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers