Home / C++ Programming / OOPS Concepts :: Discussion

Discussion :: OOPS Concepts

  1. Which inheritance type is used in the class given below?
    class A : public X, public Y
    {}

  2. A.
    Multilevel inheritance
    B.
    Multiple inheritance
    C.
    Hybrid inheritance
    D.
    Hierarchical Inheritance

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment