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 can you prevent your class to be inherated further

Answer Posted / kirti

By setting Sealed - Key word

public sealed class Planet

{

//code goes here

}

class Moon:Planet

{

//Not allowed as base class is sealed

}

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by table-per-type?

1142


What are the sub types of ActionResult?

1208


What are the versions of .net framework?

1058


What is conceptual model? : Entity framework

985


What is presentation framework?

1064


Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?

1073


What is the use of the default route?

1104


Name a few different return types of a controller action method?

1195


How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?

1018


Is it possible to cancel filter execution?

1069


Is it possible to share a view across multiple controllers?

1024


Explain the tools used for unit testing in ASP.Net MVC

1172


What are the Core features of ASP.NET MVC?

1120


what is entity graph in entity framework?

1190


What is the advantage of using asp.net routing?

1153