Volume : VIII, Issue : VI, June - 2019

Concepts of Object Oriented Programming

Prof. Chetashri S. Bhusari, Prof. Shonal A Vaz, Prof. Supriya Angne

Abstract :

Object–Oriented Programming (OOP) uses "objects" to model realworld objects. Object–Oriented Programming (OOP) consist of some important concepts namely Encapsulation, Polymorphism, Inheritance and Abstraction. These features are generally referred to as the OOPS concepts. If you are new to object oriented approach for software development, an object in OOP has some state and behavior. In Java, the state is the set of values of an object‘s variables at any particular time and the behaviour of an object is implemented as methods. Class can be considered as the blueprint or a template for an object and describes the properties and behavior of that object, but without any actual existence. An object is a particular instance of a class which has actual existence and there can be many objects (or instances) for a class. Static variables and methods are not purely object oriented because they are not specific to instances (objects) but common to all instances.

Keywords :

Article: Download PDF   DOI : 10.36106/ijsr  

Cite This Article:

CONCEPTS OF OBJECT ORIENTED PROGRAMMING, Prof.Chetashri S.Bhusari, Prof.Shonal A Vaz, Prof.Supriya Angne INTERNATIONAL JOURNAL OF SCIENTIFIC RESEARCH : Volume-8 | Issue-6 | June-2019


Number of Downloads : 1122


References :