G
Guest
Is ther a way, to do multiple inheritence(Implementation based) in VB.NET
I am aware of interface based, but i need to know if there is any way to get
around and do implementation based Multiple Inheritence.
The situation is that, i have written seprate classes to parse a XML
document, now the requirement has arrived, in which i just need to create an
object which can
inherits from those classe that i have already written.
I am aware of interface based, but i need to know if there is any way to get
around and do implementation based Multiple Inheritence.
The situation is that, i have written seprate classes to parse a XML
document, now the requirement has arrived, in which i just need to create an
object which can
inherits from those classe that i have already written.