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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the main cornerstrone of OO?

A

Polymorphism

Ojects are reusable with different parameters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly