why does vb.net not support multiple inheritance?
Posted
by isolatedIterator
on Stack Overflow
See other posts from Stack Overflow
or by isolatedIterator
Published on 2010-05-03T22:51:19Z
Indexed on
2010/05/03
23:48 UTC
Read the original article
Hit count: 422
I've seen some discussion on why c# does not implement multiple inheritance but very little as to why it isn't supported in vb. I understand that both c# and vb are compiled down to intermediary language and so they both need to share similar restrictions.
The lack of multiple inheritance in VB seems to have been given as one reason for the lack of the feature in dot net. Does anyone know why VB doesn't support multiple inheritance? I'm hoping for a bit of history lesson and discussion on why this was never considered for VB.
© Stack Overflow or respective owner