Abstraction vs Encapsulation in java
Encapsulation Abstraction 1. Encapsulation is a concept for wrapping of data and code into a single unit. 2. Encapsulation is a way of data hiding. 3. Encapsulation is achieved by access modifiers and classes. 4. Encapsulation solve the problem at implementation level. 1. Abstraction is a way to show only essential details to user. … Read more