What is an Abstraction?

Does the c supports abstraction?with example...and what is the diff. b/w abstraction and encapsulation?

Questions by sravan reddy

Showing Answers 1 - 18 of 18 Answers

Anamika

  • Oct 2nd, 2013
 

It is concept which only requires essential features and hides all background details of the system.

  Was this answer useful?  Yes

Qazi Ahmad

  • Dec 11th, 2014
 

Abstraction is a idea or concept not associated with any specific instance. In simple word we can say Hiding of implementation is called Abstraction.

It use for following scenarios:

Create a Simple Interface.
Reduce Complexity.

  Was this answer useful?  Yes

Manish Dungriyal

  • Dec 23rd, 2014
 

The act of representing data without showing its essential features is known as abstraction.

  Was this answer useful?  Yes

viswanadh

  • Apr 15th, 2015
 

it is process of hiding complex implementation and provide required functionality for user is known as abstraction

  Was this answer useful?  Yes

PRIYADHARSHINI

  • Mar 16th, 2016
 

Abstraction means Hiding Information

  Was this answer useful?  Yes

Samyuktha Reddy

  • Mar 22nd, 2016
 

Hiding the programming elements which are encapsulated.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions