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

Discussion :: OOPS Concepts

  1. How many types of polymorphisms are supported by C++?

  2. A.
    1
    B.
    2
    C.
    3
    D.
    4

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    The two main types of polymorphism are run-time (implemented as inheritance and virtual functions), and compile-time (implemented as templates).


Be The First To Comment