Ask Question
21 March, 16:41

Which following is one of the basic characters of object-oriented systems : Select one: a. process b. data c. module d. inheritance e. garbage collection

+1
Answers (1)
  1. 21 March, 17:51
    0
    The answer is D.

    Inheritance means that a child class (subclass) can inherit functionality from a parent class (superclass). For example, a class called Person could have 2 subclasses called Student and Teacher. While Student and Teacher have attributes and methods that differ, they also have some that overlap. By passing these overlapping functionalities down from the Person class, we are making the code more reusable. This eliminates the need to write duplicate code and makes the code more readable.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which following is one of the basic characters of object-oriented systems : Select one: a. process b. data c. module d. inheritance e. ...” 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