Object-Oriented Programming Flashcards
1
Q
Concerned with the construction of correct, working, well-written programs.
A
Software Engineering
2
Q
Specifies complex pieces and divides them into smaller pieces.
A
Top-Down Programming
3
Q
A particular way of organizing data in a computer so that it can be used effectively.
A
Data Structure
4
Q
This occurs when different objects respond to the same message in different ways.
A
Polymorphism
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