What is Abstraction?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / kautilya
abstraction is to hiding complexity from the user
Is This Answer Correct ? | 9 Yes | 8 No |
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 |
It is an message that give short information to the customer or reader.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kesavan.v
abstraction is the essnintal detail shar with the object
Is This Answer Correct ? | 2 Yes | 3 No |
What is datacontract in c#?
What are the various components in crystal reports?
When do we generally use destructors to release resources?
What is a linked list c#?
What are functions c#?
why C# called C#
What is difference between private and protected in c#?
Where is c# compiler located?
What does public mean in c#?
Why attributes are used in c#?
i want display a given number into Rupees Format Like Given number is : 156735 my Expected output is 1,56,735. how to display?
Can abstract class be sealed in c#?