Introduction To Object Orientation
Introduction To Object Orientation
Complexity
Reliability
Interoperability
Maintainability
Extendibility
Re-Usability
data State
procedures/functions Behaviour
Person
name data
address
setName
procedures/functions
getName
PERSON
STUDENT STAFF
Vehicle
inheritance classes
triangle
Car Lorry
Vehicle