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

Wats the diff between sealed class and private class in
inheritance

Answer Posted / guest

the diffenence between the TWO is that:

In private Class: We can create a constructor and therefore
we can create an instance of that class.

But
In Sealed class we can not create a constructor of that
class, so no instance of that class is possible.


Private Constructor of a Private Class = Sealed Class.

Is This Answer Correct ?    4 Yes 33 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define multicast delegate? How it be used?

1112


What are strongly typed objects?

979


What is cts, clr?

884


Which function is the entry point for a DLL in MS Windows 3.1?

1219


What is an assembly qualified name? Is it a filename? How is it different?

995


What is the difference between Singleton design pattern and Factory design pattern?

1010


Explain the types of comments in c#?

961


Can you create sealed abstract class in c#?

935


Explain about Error handling and how this is done

1001


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

978


Explain the clr triggers?

1003


Is c# 8 released?

950


What is the use of return in c#?

991


How long does a loop recorder procedure take?

1077


Define parsing? Explain how to parse a datetime string?

1015