1)

Which statements is correct about encapsulation in C#?


A) Encapsulation means, enclosing items within a physical or logical package.

B) Encapsulation, in OOPS (Object Oriented Programing System), prevents access to implementation details.

C) Encapsulation enables a programmer to implement the desired level of abstraction.

D) All of the above.

Answer:

Option D

Explanation:

All of the above.