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...

What are Sealed Classes in C#?

Answer Posted / kanchan kora

A class which restricts inheritance for security region is
called Sealed class.
Sealed class is the last class in hierarchy.
Sealed class can be a derived class but can't be a base class.
To access the members of sealed class we should create the
instance object.

Advantages of sealed class is it restrict the third party
vendor for developing new software by inheriting from our logic.

Is This Answer Correct ?    50 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is main static in c#?

1008


Why do we use parameters in c#?

1004


Is it possible to have different access modifiers on the get/set methods of a property?

1111


How to parse a date time string?

1068


While debugging a C# application can you change the value of a variable?

1086


What is primitive types in c#?

930


What is static and use of it?

1034


What is the meaning of int parse in c#?

991


What is arraylist?

1057


How to sort an int array in c#?

1010


What is int32 maxvalue?

1006


How does bitwise xor work?

961


Where value types are stored in c#?

986


If you define a user defined data type by using the struct keyword, is it a value type or reference type?

939


What is namespace in oop?

982