how do u achieve multilevel inheritance in .NET ?

Answer Posted / sandeep

Public Class ml1
Sub ml11()
MsgBox("hi")
End Sub
End Class
Public Class ml2
Inherits ml1
Sub ml22()
MsgBox("san")
End Sub
End Class
Public Class ml3
Inherits ml2
End Class


This ll give u msg
Hi
San
by inheriting methods from both the classes

Is This Answer Correct ?    3 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.

511


What is an interrupt? : Dot net architecture

499


Why the config file might not be writable

561


8. Oop-Why and were we use Interfacse and Abstract class.

1581


how to change the title of my window?

1408






What is the access level of the visibility type internal?

594


What is Com Callable wrapper?when it will created?

519


What is the .net class that allows the retrieval of a data element using a unique key?

564


What is the mesi? : Dot net architecture

538


what is diffrent beatween localprinter and networkprinter

1356


So what exactly is the configuration file for then?

551


What happens to the winfx technologies?

571


what is polymorphism and advantage ?

1509


What re interop services?

554


Define cache coherency? : Dot net architecture

568