in object oriented programming, how would you describe encapsulation?



in object oriented programming, how would you describe encapsulation?..

Answer / Manish Raj Singh

In Object Oriented Programming (OOP), Encapsulation is the practice of hiding internal details and properties of an object from external entities. This helps to protect data integrity, simplify interface, and reduce complexity by minimizing interactions between objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

1. What is IIS. pl explain practically. 2. Difference b/w webserver and application server. pl explain practically.

1 Answers  


Code to run exe like mspaint,autocad etc in asp.net.

2 Answers  


Explain more on CLR

1 Answers  


What are the different approaches of passing parameters to a method?

1 Answers  


What is marker interface?

1 Answers   TCS,


Why do we use hashtable in c#?

1 Answers  


What is the difference between abstract class and interface in c#?

1 Answers  


What is bit in c#?

1 Answers  


Why dictionary is faster than list?

1 Answers  


Are private class-level variables inherited?

2 Answers  


What are the steps to create a webservice and consume it?

1 Answers  


What is a multicast delegate in c#?

1 Answers  


Categories