InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» Right option is (a) Separation of interface from implementation The best I can explain: Separation of interface from implementation introduce the interface of classes in a run-time polymorphic hierarchy. |
|