Object-Oriented Programming Flashcards

1
Q

Concerned with the construction of correct, working, well-written programs.

A

Software Engineering

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

Specifies complex pieces and divides them into smaller pieces.

A

Top-Down Programming

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

A particular way of organizing data in a computer so that it can be used effectively.

A

Data Structure

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

This occurs when different objects respond to the same message in different ways.

A

Polymorphism

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

Represents a set of objects which share the same structure and behaviors. Determines the object’s structure by specifying variables and determining the behavior of the objects by providing the methods that express the behavior.

A

Class

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