Ask Question
6 April, 18:39

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. 6 April, 21:59
    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?
Find 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 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