Podcast
Questions and Answers
Which of the following statements is true about the move from traditional to OO development?
Which of the following statements is true about the move from traditional to OO development?
- It represents a radical change for data and an incremental change for processes.
- It represents a radical change for both data and processes.
- It represents an incremental change for both data and processes.
- It represents an incremental change for data and a radical change for processes. (correct)
In an OO system, what corresponds to the Entity in traditional development?
In an OO system, what corresponds to the Entity in traditional development?
- Hierarchies
- Functions
- Classes (correct)
- Operations
What is the fundamental organizing principle when building OO software?
What is the fundamental organizing principle when building OO software?
- Processing structures
- Hierarchical structures (systems, subsystems, programs, modules)
- Objects and their interactions (correct)
- Separate data structures (databases)