Skip to content

Tag Archives: VB.NET

Programming Language | .NET Multiple Inheritance Issue

.NET platform does not support multiple inheritance. Do not confuse multilevel inheritance with multiple inheritance. With multiple inheritance we can have a subclass that inherits from two classes at the same time.

Continue Reading: Programming Language | .NET Multiple Inheritance Issue →