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
Explain how to use an extender provider in the project.
What is 8 bit signed integer?
Can you create sealed abstract class in c#?
How do you read an Excel sheet in C#?
What is cts, clr?
What is the system namespace?
Why should you override the tostring() method?
Explain the difference between user control and custom control. Also, explain their use.
What are the 3 types of comments in c#?
How do destructors and garbage collection work in c#?
What are virtual classes in c#?
What is the boxing and unboxing in c#?
if a method is marked as protected internal who can access it?
How does insertion sort work?
Explain the features of an abstract class in net.