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
Explain the process of gc?
What are the types of memory management? : Dot net architecture
How cache is used? : Dot net architecture
What is WPF and WCF?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
deference between display and visibility property of CSS
What is the purpose of Accordian in jquery? Where it can be used?
Can I create my own permission set?
Explain about clr?
Explain the five stages in a dlx pipeline? : .NET Architecture
What is the purpose of hard disk? : Dot net architecture
What is the problem with .net generics?
How do I write to the application configuration file at runtime?
What is the application frame host?
What is .net mobile lists. : Microsoft dot net mobile