Ask Question
26 December, 05:04

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

+4
Answers (1)
  1. 26 December, 07:51
    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?
Get 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 & 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