Vidyalelo
C# Programming · Q73

Classes and Objects in C Sharp

Programming · C# Programming · question 73

Q73

"A mechanism that binds together code and data in manipulates, and keeps both safe from outside interference and misuse. In short it isolates a particular code and data from all other codes and data. A well-defined interface controls access to that particular code and data."

A.
Abstraction
B.
Polymorphism
C.
Inheritance
D.
Encapsulation
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board