Java Tutorial 6 – Abstraction
This tutorial looks into the principle of Data ABSTRACTION 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 Abstraction:
- Abstraction in the process of selecting important data sets for an Object in your software , and leaving out the insignificant ones.
- Once you have modeled your object using Abstraction , the same set of data could be used in different applications.
