InterviewSolution
Saved Bookmarks
| 1. |
Explain About Encapsulation? |
|
Answer» Encapsulation PASSES the message without REVEALING the exact functional details of the class. It allows only the relevant information to the user without revealing the functional MECHANISM through which a PARTICULAR class had functioned. Encapsulation passes the message without revealing the exact functional details of the class. It allows only the relevant information to the user without revealing the functional mechanism through which a particular class had functioned. |
|