How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / ramanathan
holding the deails togather.wrapping updata and methods
together..tis is called Encapsulation..
hiding details.Hiding the implementations of methods in a
classby use of objects..this is called Abstraction..
Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What is the delegate in c#?
What is function and method in c#?
Why do we use hashtable in c#?
What is the default value of boolean variable?
How do you specify a custom attribute for the entire assembly (rather than for a class)?
What happens when thread sleep () method is called?
Which .gang of four. Design pattern is shown below?
In how many ways you can overload a method?
You are creating a custom usercontrol, some of the newly created properties are shown in the properties window. How you can hide a new property named theme from the properties window?
What is private static in c#?
How do I start a program in c#?
Is c# good for games?
What is Implementation inheritance
Explain the types of comments in c#?
What is the difference between double and decimal in c#?