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 is null character in string?
Why do we need to serialize data?
What do you mean by streamreader/streamwriter class in c#?
Is php better than c#?
Wcf and what is difference between wcf and web services?
Can properties be static in c#?
Can you declare a class or a struct as constant?
Is type nullable c#?
Does c# support const methods, properties, or events?
the c# keyword .int. Maps to which .net type?
What framework is used for performance testing/load testing?
Explain the role of Garbage collector and its generations?
What is a console application in c#?
What are the classes contained in a single .NET DLL ?
What is variable in c#?