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
Can we overload indexer in c#?
Is c# an array?
What's the c# syntax to catch any possible exception?
List down the differences between public, static and void keywords?
What is a void c#?
What exactly is serverless?
What is the use of tuple in c#?
What is dataadapter c#?
What is namespace in oops?
Why is static constructor called first?
What is anonymous types in c#?
What are the commonly used i/o classes?
What is the namespcae generally given to the webpage of the .NET Framework ?
Are arrays immutable c#?
What does int32 mean?