How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / sp
Encapsulation is the process of hiding details from the
outside of the source.
Abstraction is the process of hiding details from other than
the child's.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is data annotation in c#?
What is dynamic in c#?
Explain About friend and Protected friend
What does console writeline do?
Contrast between an interface and abstract class?
What is fcl in c#?
Why we use get set property in c#?
Is c# a keyword?
what is partial assembly reference
Can we override static class in c#?
How do you declare a method in c#?
Which attribute is used in order that the method can be used as webservice?
Explain the difference between “as” and “is” operators used in c#?
Explain the different ways a method can be overloaded?