Exam 8: Class and Method Design
Exam 1: Introduction to Systems Analysis and Design103 Questions
Exam 2: Project Management157 Questions
Exam 3: Requirements Determination79 Questions
Exam 4: Business Process and Functional Modeling85 Questions
Exam 5: Structural Modeling94 Questions
Exam 6: Behavioral Modeling85 Questions
Exam 7: Moving on to Design99 Questions
Exam 8: Class and Method Design97 Questions
Exam 9: Data Management Layer Design93 Questions
Exam 10: Human Computer Interaction Layer Design80 Questions
Exam 12: Physical Architecture Layer Design74 Questions
Exam 12: Construction79 Questions
Exam 13: Installation and Operations94 Questions
Select questions type
When a calling method passes a variable to the called method, the two exhibit content or pathological coupling.
(True/False)
4.8/5
(33)
The signature of a method is completely specified by the name of the method and the parameters that must be passed to the method.
(True/False)
4.9/5
(28)
Briefly discuss the procedure for verifying and validating class and method design.
(Essay)
4.7/5
(42)
There are only two different types of constraints typically captured in object-oriented design: preconditions and postconditions.
(True/False)
4.9/5
(27)
Essentially, all OCL expressions are simply a declarative statement that evaluates to either being true or false.
(True/False)
4.9/5
(30)
A self-contained, encapsulated piece of software that can be plugged into a system is often referred to as a design a pattern.
(True/False)
4.8/5
(37)
In an object-oriented system, changes can take place at the following level of abstraction.
(Multiple Choice)
4.9/5
(36)
Which of the following types of interaction coupling is "best?"
(Multiple Choice)
4.9/5
(30)
Method cohesion is concerned with the level of cohesion among the attributes and methods of a class.
(True/False)
4.8/5
(36)
A pre-condition is a constraint that must be met after the method executes.
(True/False)
4.8/5
(41)
Constraints can be written in either a natural language, a semiformal language, or a formal language such as ________________.
(Multiple Choice)
4.7/5
(40)
It is impossible for a subclass to inherit from more than one superclass.
(True/False)
4.8/5
(37)
You should try to maximize the cohesion within an encapsulation boundary and minimize the coupling between the encapsulation boundaries.
(True/False)
4.8/5
(42)
Object-oriented systems have three general types of cohesion: _____, _____, and _____.
(Multiple Choice)
4.8/5
(35)
Showing 61 - 80 of 97
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)