|
Java Tutorial 7 - Encapsulation |
|
This tutorial looks into the principle of Encapsulation in Object Oriented Programming.
Please be patient . Video will load in some time. If you still face issue viewing video click here
Points to Remember about Java Encapsulation:
- With Encapsualtion you can hide (restrict access) to critical data members in your code , which improves security
- Encapsualtion combines data and actions together (just like a capsule).
Back to Java Tutorials Index Page
|