Question
(TCO 6) Cohesion means that each class should model a ______ and should have a __________ that support the intent of the class. (Points :
(TCO 6) Cohesion means that each class should model a ______ and should have a __________ that support the intent of the class. (Points : 6) single method; set of properties set of method; single property single object; name single abstract concept; set of operations
Question 4.4. (TCO 6) Cohesion is one of the most desirable features of a(n) _____. (Points : 6) inheritance; method; object; class
Question 5.5. (TCO 6) What are the two possible visibilities for packages? (Points : 6) public and protected ;private and protected; protected and constant; public and private
Question 6.6. (TCO 7) The construction of the deployment diagram is a two-step process. In the implementation workflow, the main focus is on: (Points : 6) assigning artifact instances to node instances (instance form), or artifacts to nodes (descriptor form) node or node instances and connections software to hardware routers to networks
Question 7.7. (TCO 7) In the following what is NOT a guidelines for naming your methods. (Points : 6) Describe everything the method does. In the method's name, describe all the outputs and side effects. Avoid meaningless, vague, or wishy-washy verbs. Make names of methods as long as necessary. The optimum length is about 915 characters, but don't be afraid to use more, if necessary. Use the program name as a prefix.
Question 8.8. (TCO 7) According to McConnell (2004), comments can be broken down into the following categories EXCEPT. (Points : 6) Repeat of the code Explanation of the code Marker in the code Reference to another comments
Question 9.9. (TCO 7) The following are some guidelines for naming your methods EXCEPT. (Points : 6) Describe everything the method does. Use meaningless, vague, or wishy-washy verbs to protect the code. Make names of methods as long as necessary. Function methods should have a description of the return value, such as ComputeAverageScore.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started