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
Can bool be null c#?
How is the syntax written to inherit from a class in C#?Give an example ?
What are callback methods in c#?
Is c sharp open source?
What is overloading with example?
What is dao in c#?
What are reflections in c#?
Can delegates be used as callbacks?
What is string concatenation?
How do you serialize an object?
What is datagrid c#?
How you will create satellite assemblies?
What is a c# delegate?
What is data type in c# with example?
What is the use of tuple in c#?