Home » C++ Programming » Classes & Objects » Question
  1. What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?
    1. Merging of interface from implementation
    2. Separation of interface from debugging
    3. Separation of interface from implementation
    4. All of above
    5. None of these
Correct Option: C

Separation of interface from implementation



Your comments will be displayed only after manual approval.