This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Classes and Interfaces ---When and where
-jabber(jabber);
2001-2-25
{3197}
(#28467@0)
-
Good summary about abstract class and inteface. But to add one point morewhile 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.
-jfhuang(Zigzag);
2001-2-26
{209}
(#28642@0)
-
sorry for the incompletenesswhile 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 in JAVA.
-jfhuang(Zigzag);
2001-2-26
{213}
(#28643@0)