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
What is class in oops with example in c#?
Can we change static variable value in c#?
What is global namespace in c#?
What’s thread.sleep() in threading ?
Why do we need events in c#?
What is web forms in c#?
What is dictionary class in c#?
Is namespace a class?
What will a loop recorder show?
What is difference between a type and class?
What is polymorphism c# example?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is collection of classes in c#?
What is final keyword in c#?
For methods inside the interface why can’t you specify the accessibility modifier?