What is Abstraction?

Answers were Sorted based on User's Feedback



What is Abstraction?..

Answer / shital kumari mahato

Abstraction is showing the essential details.eg. when we
buy a product the details are provided to us as a customer
(not as a manufacturer ). This means that not all the
details are given to us, only the essential details which
we require as a customer is given to us. This is known as
abstraction.

Is This Answer Correct ?    24 Yes 2 No

What is Abstraction?..

Answer / habibur rahaman

To share the essential feature of an object to others according to the requirement but not all is called abstraction.

Is This Answer Correct ?    6 Yes 1 No

What is Abstraction?..

Answer / esha

provideing a essaintal deails.

Is This Answer Correct ?    5 Yes 3 No

What is Abstraction?..

Answer / yograj pandey

Abstraction is "the process of identifying common patterns
that have systematic variations; an abstraction represents
the common pattern and provides a means for specifying
which variation to use" (Richard Gabriel).

An abstract class is a parent class that allows inheritance
but can never be instantiated. Abstract classes contain one
or more abstract methods that do not have implementation.
Abstract classes allow specialization of inherited classes.

Is This Answer Correct ?    6 Yes 4 No

What is Abstraction?..

Answer / kautilya

abstraction is to hiding complexity from the user

Is This Answer Correct ?    9 Yes 8 No

What is Abstraction?..

Answer / sulthana

it's process of Hiding the implementation but providing the service.
There are two tyes of abstraction available
Data Abstraction
Functional Abstraction

Is This Answer Correct ?    0 Yes 0 No

What is Abstraction?..

Answer / abduljaleel

It is an message that give short information to the customer or reader.

Is This Answer Correct ?    0 Yes 0 No

What is Abstraction?..

Answer / kesavan.v

abstraction is the essnintal detail shar with the object

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More C Sharp Interview Questions

What is datacontract in c#?

0 Answers  


What are the various components in crystal reports?

0 Answers  


When do we generally use destructors to release resources?

0 Answers  


What is a linked list c#?

0 Answers  


What are functions c#?

0 Answers  


why C# called C#

3 Answers  


What is difference between private and protected in c#?

0 Answers  


Where is c# compiler located?

0 Answers  


What does public mean in c#?

0 Answers  


Why attributes are used in c#?

0 Answers  


i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?

6 Answers  


Can abstract class be sealed in c#?

0 Answers  


Categories