Answer Posted / betty
Encapsulation is information hiding. By using the access
modifier (like private, public, internal, protected), you
are practicing encapsulation.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of methods in c#?
What is a struct in C#?
What is public or shared assemblies ?
Explain the difference between abstract class and interface.
What does type safe mean in c#?
What is field in c#?
Is c# a backend language?
Is hashset ordered c#?
How do I develop c# apps?
What method is used to sort the elements of the array in descending order?
Is arraylist type safe in c#?
What is the difference between abstract and virtual?
What is callback method in c#?
Why do we use interfaces in c#?
How big is an int in c#?