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 the important concepts in OOPS

Answer Posted / mithun

Encapsulation is the 1st pillar of oops. According to the pronciple to encapsulation, a class or struct can specify hw accessible are their members to the code outside the class or struct.
Inheritence enable to create new classes that reuse, modify the behaviour that is defined in other class. class that is inherited is called based class and class the inherits is derived class.
Polymorphism means many shapped..a base class can define a virtual method, and derived class can verride them, which means they provide their own definition and implementation.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?

1033


What is a clr (common language runtime)?

947


What is signature c#?

981


What is the usage of Enumeration in C# Programming and is it good to use or not ?

1018


What is string interpolation in c#?

1009


What are the differences between events and delegates in c#?

1023


What is sorted list in c#?

947


What are the types of parameters in c#?

1022


What do u mean by thread safe?

976


What is difference between managed and unmanaged code?

1049


What is session management in c#?

1014


What is difference between comparable and comparator?

953


what is partial assembly reference

990


What is default value of enum c#?

935


Can you declare a field readonly?

992