Java C3. oop basic
Real world concepts can be modeled in a computer program
The program is made of objects with certain properties and
operations that the objects can perform
It is not important how an object is implemented, but what it
does
Every object is responsible for carrying out a set of related
tasks. A class can contain data declarations and
method declarations