Home / Object Oriented Programming / Define Object and types of representing object

Define Object and types of representing object

Object

In object oriented programming, an object is a self-contained component that contains properties and methods needed to make a certain types of data useful.

Two ways of representing an object:

Object: Student

Data

Name

Date of Birth.

Functions

Total

Average

Display.