Question: During object-oriented design, you... express the solution in terms of software objects fulfill the requirements from the problem analysis do all of these things describe


During object-oriented design, you... express the solution in terms of software objects fulfill the requirements from the problem analysis do all of these things describe a solution to the problem QUESTION 2 What is coupling? A statement of the conditions that must exist at the beginning of a function and the conditions at the end of the function. A technique that bundles data of an object with the methods that operate on that data. A measure of the dependence between modules. A characteristic of a method that performs one will defined operation. QUESTION 3 The requirements of a solution specify what? algorithms for all functions and methods how a solution will be implemented what a solution must be and what a solution must do the inputs and outputs of each operation How do the objects in a solution collaborate? By sending messages to one another By implementing algorithms By using inheritance By using polymorphism QUESTION 5 What is polymorphism? A measure of the dependence between modules. A technique that enables the decision about which method to invoke to be made at runtime based on the type of the object envoking the method. A technique that bundles data of an object with the methods that operate on that data. A technique that allows you to reuse classes you have already defined for a related purpose. QUESTION 6 By using a generic type for each entry in the ADT bag, the data type can be decided by the client code. True False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
