You are on page 1of 1

LECTURE EXERCISE 7

1. Define Object Oriented Programming. [2 m]

Object Oriented Programming is a programming technique that uses


“objects” to design the applications and computer programs.

2. Define Class.

Class is a description of the properties(states) and behaviors


(functionality) of one or more objects.

3. Define Object.

Object has identity, states and behavior.

4. Define Method.

Method is a block of code which only runs when it is called.

You might also like