Java / OOPS Concepts and its implementation in Java
Difference between abstraction and encapsulation in OOPS.
Abstraction deals with separating interface from implementation. Abstraction in java is achieved by using interface and abstract class. Interface ensures 100% abstraction and abstract class provide 0-100% abstraction.
Encapsulation restricts access to or knowledge of internal structures of an implementation.
More Related questions...