

InterviewSolution
Saved Bookmarks
1. |
Find Key:You are provided with 3 numbers input1, input2 and input3. Each of these are four digit numbers within the range >=1000 and |
Answer» Encapsulation is one of the fundamentals of OOP (object-oriented programming). It REFERS to the bundling of data with the METHODS that operate on that data. Encapsulation is used to hide the VALUES or state of a structured data object inside a class, preventing unauthorized parties' direct access to them. |
|