Posts

Showing posts from February, 2021

OOPS

OBJECT ORIENTED PROGRAMMING SYSTEM In this blog, I am going to introduce a revolutionary concept called object oriented programmin g system (oops) based on which the languages like Smalltalk, Simula-67, c++, Java, Python, etc are created. In this blog, we are going to have a bird's eye view of the fundamental concepts of oops.  Before we delve into the OOPS Concept. Let's consider a more fundamental question:  what exactly is an Object?  This both a complex and a simple question. It is complex because learning any method of software development is not trivial. It is simple because people already think in terms of objects. For example : when you look at a person, you see the person as an object. And an object is defined by two components: Attributes and behaviors. A person has attributes like name, age, height, and weight etc and also has behaviors, such as walking, talking, breathing, and so on. In its basic definition, an object is an entity. that contains both data and behavi