Ask Question

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

+3
Answers (1)
  1. 29 June, 01:29
    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 & 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