Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 process of gc?

1030


What are the types of memory management? : Dot net architecture

938


How cache is used? : Dot net architecture

1052


What is WPF and WCF?

1049


What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture

1006


deference between display and visibility property of CSS

2324


What is the purpose of Accordian in jquery? Where it can be used?

2333


Can I create my own permission set?

1109


Explain about clr?

1105


Explain the five stages in a dlx pipeline? : .NET Architecture

964


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

1011


What is the problem with .net generics?

1133


How do I write to the application configuration file at runtime?

1057


What is the application frame host?

988


What is .net mobile lists. : Microsoft dot net mobile

987