DATA ABSTRACTION VS DATA ENCAPSULATION

COMPARISON BETWEEN DATA ABSTRACTION VS DATA ENCAPSULATION Fig. Credit : knowledge hub DATA ABSTRACTION :- Data Abstraction is the showing of only necessary details of the object and Hiding the unnecessary and unwanted details . For example , just like how a car shows but hides the circuitry/ implementation. Fig. Credit : knowledge hub DATA ENCAPSULATION :- Wrapping of data just hiding properties and methods. The data should not go out directly i.e. outside person is not allowed to access the data .For example , just like how the implementations of bank account details are hidden from the banker . Fig. Credit : knowledge hub DIFFERENCE BETWEEN DATA ABSTRACTION VS DATA ENCAPSULATION :- Fig. Credit : knowledge hub Parameters Data Encapsulation Data Abstraction Definitio...