Ask 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 class

D.

A and C

+1
Answers (1)
  1. 20 February, 19:28
    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?
Find 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 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