Object Oriented Programming Lab Manual 02
Object Oriented Programming Lab Manual 02 Statement Purpose: Objective of this lab is to understand the Object Oriented paradigm. Activity Outcomes: The student will be able to understand the Object oriented paradigm. The student will be able to understand difference between class and object. 1) Stage J (Journey) Introduction The world around us is made up of objects, such as people, automobiles, buildings, streets, and so forth. Each of these objects has the ability to perform certain actions, and each of these actions has some effect on some of the other objects in the world. OOP is a programming methodology that views a program as similarly consisting of objects that interact with each other by means of actions. Object-oriented programming has its own specialized terminology. The objects are called, appropriately enough, objects. The actions that an object can take are called methods. Objects of the same kind are said...