Ask Question
23 May, 12:13

When a derived class has two or more base classes, the situation is knows as:

A.

multiple inheritance

B.

polymorphism

C.

encapsulation

D.

access specification

+2
Answers (1)
  1. 23 May, 13:36
    0
    When a derived class has two or more base classes, the situation is knows as multiple inheritance.

    The above is almost the definition of multiple inheritance. (Note: Java does not support multiple inheritance.)

    Polymorphism is when an object can be expressed in different ways.

    Encapsulation is when a programming method or style where some or all the related methods of an object class are contained within the the class.

    Access specification appears to be a general expression that has multiple meaning, e. g. does access mean the database package Access, or used in a general sense?
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “When a derived class has two or more base classes, the situation is knows as: A. multiple inheritance B. polymorphism C. encapsulation D. ...” 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