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 / guest

Yes, that?s what keyword sealed in the class definition is
for. The developer trying to derive from your class will get
a message: cannot inherit from Sealed class
WhateverBaseClassName. It?s the same concept as final class
in Java

Is This Answer Correct ?    2 Yes 1 No

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

Answer / srivathsan

@ guest...
the answer is not incomplete.

it is implicit. Rakesh wants to tell that the sealed
methods cannot be inherited from a class that is not
sealed, even when you inherit other members from a class
that is not decorated with the keyword sealed.

Is This Answer Correct ?    1 Yes 0 No

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

Answer / rakesh

We can also make the methods sealed.In that case ,the class
can inherit but the sealed methods in that class cannot

Is This Answer Correct ?    0 Yes 0 No

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

Answer / guest

Rakesh are u keeping us in Suspense?

u must complete the answer.

but the sealed methods in that class cannot........??????

Is This Answer Correct ?    0 Yes 0 No

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

Answer / pank

Make your class constructor as Private then it will restrict from being inherit as well as instantiate.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are boxing and unboxing?

0 Answers  


Can constructor be protected?

0 Answers  


Is there any sample c# code for simple threading?

0 Answers  


How do I create multifile assembly?

0 Answers  


What is an enumerator in c#?

0 Answers  


OOPs concept ?

1 Answers   iGate, MMTS,


What is the difference between Abstract and Interface?

22 Answers   Agile Software, FER, HCL, Sys Universe,


Write a program to create a user control with name and surname as data members and login as method and also the code to call it. (Hint use event delegates) Practical Example of Passing an Events to delegates

0 Answers  


What is string programming language?

0 Answers  


What is tpl in c#?

0 Answers  


What does void mean in c#?

0 Answers  


What is the difference between malloc () and new?

0 Answers  


Categories