Interview Question
Qus: What is implementation inheritance and interface inheritance?
Answers (2)
Interface inheritance is when you use virtual methods. It is intended to separate interface from implementation and minimize dependencies between program elements.