Multiple inheritance in OOPS
Posted
by user145610
on Stack Overflow
See other posts from Stack Overflow
or by user145610
Published on 2010-04-27T18:22:23Z
Indexed on
2010/04/27
18:33 UTC
Read the original article
Hit count: 498
oops
|multiple-inheritance
I'm confused about an OOPS feature, multiple inheritance. Does OOPS allow Multiple Inheritance? Is Multiple Inheritance a feature of OOPS? If Multiple Inheritance is a feature then why don't languages like C#, VB.NET, java etc. support multiple inheritance? But those languages are considered as strongly supported OOPS language. Can anyone address this question?
© Stack Overflow or respective owner