OOP OBJECT ORIENTED PROGRAMMING LANGUAGE Object-oriented programming (OOP) is a programming paradigm based on the concept of "objects", which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. For example, a person is an object which has certain properties such as height, gender, age, etc. It also has certain methods such as move, talk, and so on. Example : suppose we want to make a application for a car. in this case vehicle is our class for . in this programming , object is our car now we want o create method that speed up down so we will need orient all method in this application according to our object so that programmer can easily orient all method according to this object. for this most programming language developed in form of object oriented programming language. Object This is the basic unit of object-oriented programming. That is both data and function that operate on data are bundl