Answer Posted / penchal das
Encapsulation is the process of wrapping up of data into a
single unit called as "class",or hiding complexity.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which .gang of four. Design pattern is shown below?
Can we create multiple constructors?
What's the c# syntax to catch any possible exception?
Why do we use methods in c#?
What is the use of return in c#?
How do I enforce const correctness in c#?
What are regular expressions? Search a string using regular expressions?
Define delegate?
What is concatenation and when should it be used?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
Is versioning applicable to private assemblies?
Which namespaces are necessary to create a localized application?
What is the difference between yield and return?
What is gridview c#?
Why ref is used in c#?