Home » C++ Programming » Classes & Objects » Question
  1. Where is the derived class is derived from?
    1. base
    2. derived
    3. Top
    4. both derived & base
    5. None of these
Correct Option: A

Because derived inherits functions and variables from base.



Your comments will be displayed only after manual approval.