What is encapsulation technique?

Submitted by: Administrator
Hiding data within the class and making it available only through the methods. This technique is used to protect your class against accidental changes to fields, which might leave the class in an inconsistent state.
Submitted by: Administrator

Read Online Socket Programming Job Interview Questions And Answers