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

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

1587


What other than biginteger has been introduced in system.numerics namespace?

528


Explain about generation?

568


Can you explain server controls in atlas?

535


Explain .net mobile automatic paging? : Microsoft dot net mobile

485






Explain different pipelining hazards and how are they eliminated? : .NET Architecture

503


What is code access security (cas)?

571


Tell me .net mobile emulators? : Microsoft dot net mobile

551


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

508


Can I create my own metadata attributes?

528


What is the purpose of hard disk? : Dot net architecture

489


Can I create my own permission set?

530


Waht is Dot net Arcitecture

1952


how to use custom field validation

2051


What is cache coherency? : Dot net architecture

489