What is Abstraction?
Answer Posted / 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 |
Post New Answer View All Answers
What is func delegate in c#?
How do you sort a list in c#?
What is serialization in .net?
What's the difference between the debug class and trace class? Documentation looks the same.
How does dictionary work in c#?
Difference between call by value and call by reference in C#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is a cshtml file?
Which class comes after the SortedList class?
What is a protected class c#?
Are structs faster than classes?
What is the difference between structure and class in c#?
How do I do implement a trace and assert?
How to generate strong name key file or which command is used to generated strong name key file?
What is difference between virtual and override in c#?