What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?

a) Separation of interface from implementation
b) Merging of interface from implementation
c) Separation of interface from debugging
d) Merging of interface from debugging

1 thought on “What will happen when introduce the interface of classes in a run-time polymorphic hierarchy?”

  1. a
    Explanation: Separation of interface from implementation introduce the interface of classes in a run-time polymorphic hierarchy.

Leave a Comment