OOPs Concepts Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 8137 Page Views: 

What is Abstraction?



Posted By: Avi Date: 29 August 2009 06:45:58 PM
 Answer:

Abstraction is the process of generalization by reducing the information content of an entity, typically to retain only information which is relevant for a particular purpose. For example, an Employee has various attributes like name, skin color, age, hair color, etc. But we consider only those attributes of employees which are required and relevent to program a system.


Posted By: eTechPlanet


Date: 29 August 2009 06:45:58 PM

abstraction is the process of focusing on important thing without including background details in program.


Posted By: rashi


Date: 1 February 2011 10:57:52 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image TC54bf
Related Questions
OOPs Concepts : What is Method Overriding?

What is Method Overriding?

Method overriding allows a subclass to override a specific implementation of a method that is alread....
Category: OOPs Concepts Date: 8/29/2009 9:10:46 PM
OOPs Concepts : What is Method Overloading?

What is Method Overloading?

Method overloading is the ability to define several methods all with the same name.
Category: OOPs Concepts Date: 8/29/2009 9:07:19 PM
OOPs Concepts : What is Aggregation?

What is Aggregation?

Aggregation is a special form of association. Aggregation is the composition of an object out of a s....
Category: OOPs Concepts Date: 8/29/2009 9:03:49 PM
OOPs Concepts : What is Association?

What is Association?

Association defines a relationship between different objects of different classes which allows one o....
Category: OOPs Concepts Date: 8/29/2009 8:55:57 PM
OOPs Concepts : What is the Difference between Class and Object?

What is the Difference between Class and Object?

A Class is actually a blueprint or a template to create an Object. Whereas an Object is a an actual ....
Category: OOPs Concepts Date: 8/29/2009 8:41:21 PM