- OOP - Object Oriented Programming.
- Concept of an Object
- Everything is an Object in this world
- For example car, lets define a car object
- It has some properties and some actions
- Properities for example: make, num, color, height, width, curPosx, curPosY, speed etc
- Actions like : drive, reverse, stop, park etc