Basic Concept Of Object Oriented Programming
Following are the basic concepts of object oriented programming. 1) Objects: Object are the basic run time entities in the object oriented system. They may represent a person, a palace, a bank account, a table data or anything that a program can handle. 2) Classes: A class encloses both the data and function that operate