Exam (elaborations)
Object Oriented Programming Key PASSED Questions and CORRECT Answers
- Course
- Institution
EncapsulationEncapsulation means putting together all the variables (instance variables) and the methods into a single unit called Class. It also means hiding data and methods within an Object. Encapsulation provides the security that keeps data and methods safe from inadvertent changes. Prog...
[Show more]