How encapsulation and abstraction defined/used in C#.NET.
Answer Posted / shamim nayab
Encapsulation:
Encapsulation is defined as the process of enclosing
data and function within a physical or logical package.
Abstraction:
Abstraction and encapsulaion are different but related
features.Abstraction enables to make the relevent
information visible
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does string format do?
To whom a method is accesssed if it is marked as protected internal ?
can multiple catch blocks be executed for a single try statement?
Explain the Different types of configuration files in .net?
Give an example of a directcast.
What is the difference between constant and readonly in c#?
Explain the difference between const and static read-only?
Name some properties of array.
How does the clr work?
What is the property of class?
what is the default access for a class
What are constructors in c#?
What are the 3 logical operators?
What is datarelation c#?
What are the properties of string?