×

Loading...

Good summary about abstract class and inteface. But to add one point more

while muliti-inheritence is allowed to be directly derived from several super classes(the pure virtual class included) in c++, you have to implement the same mulit-inheritence only by use of the interface.
Report

Replies, comments and Discussions: