What is Abstraction?
Answer Posted / 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 |
Post New Answer View All Answers
Is stringbuilder faster than string concatenation c#?
What are the two uses of a ‘using’ statement in c#?
What is the difference between interface and inheritance in c#?
What are console applications used for?
What is the difference between integer and double?
Can abstract class be sealed in c#?
Is it good to use var in c#?
Explain About ADO and its objects
What is the difference between firstordefault and singleordefault?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
Can you explain template pattern?
Is there regular expression (regex) support available to c# developers?
What is the difference between array and list in c#?
Is learning c# hard?
What is the difference between // comments, /* */ comments and /// comments?