Multiple Inheritance

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
Multiple Inheritance (MI) occurs when a subclass has two or more super classes.  
+
Multiple Inheritance (MI) occurs when a subclass has two or more super classes.
  
 
It is an available construct in C++, Eiffel and Perl. However, it is not available in Java or C#.  
 
It is an available construct in C++, Eiffel and Perl. However, it is not available in Java or C#.  

Revision as of 01:40, 23 July 2009

Multiple Inheritance (MI) occurs when a subclass has two or more super classes.

It is an available construct in C++, Eiffel and Perl. However, it is not available in Java or C#.

See Also

Personal tools