Java / OOPS Concepts and its implementation in Java
Open closed principle.
In object oriented programming world, the open-closed principle states that the software components classes, methods etc should be open for extension but closed for modification. A class can allow its behavior to be extended without modifying its own behavior.
More Related questions...