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
Where static variables are stored?
What is the difference between list and ilist in c#?
When would you use generics in your code c#?
What do u meant by "SBI" of an object?
What is lazy keyword in c#?
What is the CTS, and how does it relate to the CLS?
Can an int be negative c#?
Is c# pass by reference?
What is a event in c#?
Explain the mechanism of VB.NET/C# achieve polymorphism?
How many types of constructor are there in c#?
What is the benefit of using interface in c#?
What are the uses of delegates in c#?
Can interface inherit class in c#?
Write a program to find the angle between the hours and minutes in a clock