help me out by telling

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pooja08
    New Member
    • Jul 2008
    • 1

    help me out by telling

    hi
    pooja here...can anyone tell me that y we don't use multiple inheritance in c#? yes i know there is no such concept b'coz we use interface there but my question is y not MUTIPLE INHERITANCE?
  • nmsreddi
    Contributor
    • Jul 2006
    • 366

    #2
    Hello

    first have you any idea about Inheritance? any idea about hierarchy of multiple inheritance .

    some think if you look into reality a child should not have more than one parent right ,to avoid the same multiple inheritance is not directly applied but achieved by some other means (Interfaces in C#) .

    remember not only C# ,even java doesn't support multiple inheritance.

    Comment

    Working...