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

int i = 1; int j = 1; System.Console.WriteLine(i == j); System.Console.WriteLine(i.ToString() == j.ToString()); System.Console.WriteLine((object)i == (object)j); Give the sample code above, what is the output to the console?

5 Answers  


Is it possible to force garbage collector to run?

0 Answers  


Explain About Postback

0 Answers   BirlaSoft,


What is sealed class in c#?

0 Answers  


Which language is used for desktop application?

0 Answers  






Why do we need oops in c#?

0 Answers  


what is diffrence between protected ,internal and protected internal?? whether protected field available in derived class which is outside the assembly. if not ..this is possible by which access modifiers??

2 Answers  


What is a int in c#?

0 Answers  


In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?

0 Answers   HCL,


Can hashtable have duplicate keys in c#?

0 Answers  


Why main method is static in c#?

0 Answers  


Which are the access modifiers available in c#?

0 Answers  


Categories