Ask Question
27 September, 07:10

In an inheritance situation, the new class that you create from an existing class is known as the:

A.

derived class

B.

inheritee

C.

child class

D.

A and C

+2
Answers (1)
  1. 27 September, 07:35
    0
    D. A & C

    Explanation:

    In an inheritance situation, the new class that you create from an existing class is known as the derived class or child class. The class that the child class inherits from is called the parent class. Child class or derived class has access to all the public and protected fields and methods in the parent class. The child class in effect is extending the implementation of the parent class with additional functionality.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In an inheritance situation, the new class that you create from an existing class is known as the: A. derived class B. inheritee C. child ...” 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