Week 4 Flashcards
1
Q
What is OO?
A
OO is the use of class and allied diagrams to create a system of re-useable, inter-communicating objects
Stored in RAM
2
Q
What is the main cornerstrone of OO?
A
Polymorphism
Ojects are reusable with different parameters
3
Q
What are the concepts of encapsulation and inheritance?
A
An object knows about itself, in terms of its values and its behaviour.
In addition, an object may inherit the values and behaviour of a parent object.