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

Define cache? : Dot net architecture

548


how to delete the record using data reader

1856


What is gui programming? : .NET Architecture

509


What is MS chart control in visual studio?

692


What are different types that a variable can be defined and their scopes ?

602






What are public and private assemblies ?

537


Define dma? : Dot net architecture

550


if there are two application 1 and 2 having a variable x in both app if client1 changes value of x in 1 app client 2 want reads the value of x from 2 app what resultant value will he get

1859


where should I put this information then?

587


How is the using() pattern useful? What is idisposable?

516


Explain the difference between l1 and l2 cache? : .NET Architecture

557


How to improve the cache performance? : .NET Architecture

556


deference between display and visibility property of CSS

1789


how to change the application name?

1508


Explain domestic architecture artifacts? : Dot net architecture

518