Object – Oriented Programming (OOP) with JAVA
What is OOP? OOP means a model of programming based on the concept “Objects” which contains data. This model divide data into sections and access them through methods. OOP features including following. Encapsulation Inheritance Abstraction Polymorphism



