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


Can you prevent your class from being inherited and
becoming a base class for some other classes?

Answers were Sorted based on User's Feedback



Can you prevent your class from being inherited and becoming a base class for some other classes?..

Answer / shantanu singh patel

Yes you can make it by using Sealed keyword.

No when your class in Sealed you cant inherit the class
then the question of base class for some other class is not
significant.

Thanks and Regards,
Shantanu

Is This Answer Correct ?    9 Yes 0 No

Can you prevent your class from being inherited and becoming a base class for some other classes?..

Answer / sharif

when a class is sealed it not possible to access the
members of the base call to the derived class?
wat happend when i use insted of sealed, am using the static

Is This Answer Correct ?    5 Yes 0 No

Can you prevent your class from being inherited and becoming a base class for some other classes?..

Answer / dhanunjaya

yes,By using a keyword called "sealed".a sealed class can
never be a base class for any class,it is the bottom most
class in a class hierarchy.......so it cant be be base
class further more....

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Sharp Interview Questions

What is a lambda expression in c#?

3 Answers  


What connections does Microsoft SQL Server support?

3 Answers  


How is lazy loading achieved?

0 Answers  


What do you mean by “finalize” and “finally” methods in c#?

0 Answers  


Explain the different types of delegates used in c#.

0 Answers  


What is the difference between list and ilist in c#?

0 Answers  


What is multicast delegate explain with example?

0 Answers  


What is difference between dll and exe in c#?

0 Answers  


What?s a delegate?

3 Answers  


How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?

2 Answers  


Explain a MSIL ? Why is it appreciated by all developers?

0 Answers   Siebel,


What is console readkey ()?

0 Answers  


Categories