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

Answers were Sorted based on User's Feedback



What are the important concepts in OOPS..

Answer / sanjjay raj

Abstraction, Encapsulation, Inheritance and Polymorphism
are the important Concepts in Object Oriented Programming
Structuce ( ie., OOPS )

Is This Answer Correct ?    27 Yes 1 No

What are the important concepts in OOPS..

Answer / anitha

classes,objects,Inheritance,encapsulation,polymorphisms,data
hiding,

Is This Answer Correct ?    13 Yes 0 No

What are the important concepts in OOPS..

Answer / ankit

encapsulation is wrapping of data and function into a
single unit. and it is most striking feature of class.

Is This Answer Correct ?    3 Yes 0 No

What are the important concepts in OOPS..

Answer / jyothish vakkom

1 more is thr ie modularity..

Is This Answer Correct ?    4 Yes 2 No

What are the important concepts in OOPS..

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

More C Sharp Interview Questions

If I have code like try { return; } catch { return; } finally { return; } from which block will the value will be returned. and try has been executed without any error.

6 Answers   Cap Gemini,


Why do we use class in c#?

0 Answers  


Which string method is used for concatenation of two strings in c#?

0 Answers  


Is list immutable in c#?

0 Answers  


What is data adapter in c#?

0 Answers  


Is string reference type / value type ?

7 Answers   3i Infotech, Accenture, BirlaSoft,


what is the purpose of using statement in c#

0 Answers   Cognizant,


Which type of variables are under the control of garbage collector?

4 Answers   Kanbay,


What is session variable in c#?

0 Answers  


What is the wildcard character in sql?

0 Answers  


What is a console in c#?

0 Answers  


Are tuples mutable c#?

0 Answers  


Categories