OOPs Concepts in Java
Posted on November 12th, 2008, by Manoj Shah
Introduction to OOP
Object Oriented Programming or OOP is the technique to create programs based on the real world. Unlike procedural programming, here in the OOP programming model programs are organized around objects and data rather than actions read more…
Tags: Abstraction, Class, Encapsulation, Inheritance, Introduction to OOP, Methods, Object, Polymorphism


Category:
