How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / raj
Encapsulation Means Wrapping up of data and methods into a single unit (Class).
Abstraction Means Hiding the Details of method implementation(Interface)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can I check the type of an object at runtime?
What is delegate in c# interview questions?
What is a web service in c#?
What is a ienumerator?
How to reverse each word in a string using c#?
What is window application in c#?
Explain About web methods and its various attributes
What is the meaning of MSIL?
Write a short note on interface?
Is c# code is managed or unmanaged code?
What is regex c#?
How many kinds of elements an array can have?
List some of the classes used by system.data namespace?
What is mvc in c#?
What is ilasm.exe used for?