Answer the following questions true (T) or false (F)
1. UML requires that the programmer understand every detail and dark corner of C++ to be useful.
2. A pattern is a design principle that solves a problem that occurs over and over.
1. False
Explanation: You need the mainstream parts of C++, including the parts that support OOP. If the student has an understanding of much of this book, UML should not be a problem for her.
2. True
Explanation: The text says that a pattern is a design principle that applies across several different kinds of applications.
You might also like to view...
Which tags are used to provide alternate content for users who have disabled scripts in their browsers?
a.
b.
You can double-click the Visual Aids button on the ____ to turn on or off visual aids.
A. status bar B. Common toolbar C. Folder List D. Toolbox
A(n) ____________________ tab inserts a vertical bar at the tab position.
Fill in the blank(s) with the appropriate word(s).
WriteLine("Final Grade = {0:N2}", CalculateGrade(90, 75, 83)); The {0:N2} above indicates the ____.
A. first argument should display no digits to the right of the decimal B. first argument should display two digits to the right of the decimal C. the argument should be displayed with 0 digits to the left of the decimal and two digits to the right of the decimal D. the argument should be displayed with 0 digits to the right of the decimal and two digits to the left of the decimal