Socket Programming Question:

What is encapsulation technique?

Tweet Share WhatsApp

Answer:

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.

Download Socket Programming PDF Read All 62 Socket Programming Questions
Previous QuestionNext Question
What is the difference between a NULL pointer and a void pointer?Socket Programming Interview Questions