How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / ramanathan
holding the deails togather.wrapping updata and methods
together..tis is called Encapsulation..
hiding details.Hiding the implementations of methods in a
classby use of objects..this is called Abstraction..
| Is This Answer Correct ? | 10 Yes | 10 No |
Post New Answer View All Answers
What is the difference between string and string in c#?
What is a console in c#?
Where do we use serialization in c#?
What are the basic string operations? Explain.
Is c# still popular?
Can scriptable objects have methods?
What is different about switch statements in c#?
Can abstract class have private constructor c#?
What is alias in c#?
What is generic delegate in c#?
How to add controls dynamically to the form using c#.net.
If casting fails what type of exception is thrown?
Differentiate between dataset and datareader?
What is the difference between virtual and override in c#?
Is inheritance possible in c sharp?