Chapter 3 Flashcards

1
Q

What is abstraction

A

Capture only those details about an object that are relevant to current perspective. Abstraction is a way to deal with complexity.

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

What are 2 kind of graphical representations of class

A
1- Normal Form (class name with attributes and operations)
2- Suppressed Form (only class name )
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is inheritance in classes

A

If a class B inherited from class A then it contains all characteristics (information structure and behavior) of class A

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

What is the main purpose of inheritance

A

Re usability

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