Qus:    What is implementation inheritance and interface inheritance?
Oct 12, 2020 08:16 2 Answers Views: 732 PADMAKEECHU
Prev Next
Answers (2)
RAMU Oct 13, 2020 01:52
Answer:   Implementation inheritance is when a class inherits all members of the class from which it is derived. Interface inheritance is when the class inherits only signatures of the functions from another class

PARTH Oct 13, 2020 07:15
Answer:   Implementation inheritance is when you separate a common part of implementation in the base class.

Interface inheritance is when you use virtual methods. It is intended to separate interface from implementation and minimize dependencies between program elements.

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect