What Is Meant By Object Oriented Programming?
Object-Oriented Programming
▫️The word object-oriented is the combination of two words i.e. object and oriented.
▫️The dictionary meaning of the object is an article or entity that exists in the real world.
▫️The meaning of oriented is interested in a particular kind of thing or entity.
▫️In layman's terms, it is a programming pattern that rounds around an object or entity are called object-oriented programming.
The object-oriented programming is basically a computer programming design philosophy or methodology that organizes/ models software design around data, or objects rather than functions and logic.
Points to Remember :
▫️Everything is an object
▫️Developer manipulates objects that uses message passing.
▫️Every object is an instance of a class.
▫️The class contains the attribute and behavior associated with an object.
Comments
Post a Comment