set-9
415. Which would you use if you wanted a relatively permanent connection between sender & receiver objects?
416. Which would you use if you didn’t want a permanent connection?
417. ______ is the way to achieve global visibility.
418. Design class diagrams (DCD) provides details of the software classes along with ______
419. A Class consists of which of these abstractions?
420. A class is divided into which of these compartments?
421. An attribute is a data item held by which of the following?
422. What Does a Composite name consist of in a UML Class and object diagram?
423. Select which one is model static data structures.
424. Select the diagrams that are used to explain data structures, and the static snapshots parts of the things place in the class diagrams.
425. ______ select from the following in which engineering and reverse engineering can be applicable
426. ______ are part of the class operation specification format?
427. Which among these are the rules to be considered to form Class diagrams?
428. Given this class diagram, suppose we execute the following code:
429. Given this class diagram, suppose there is a method pass, defined in Car as
430. Given the below class diagram and code fragment, what happens?
431. Implementation in an OOP language requires writing source code for:
432. Basic class definitions can be written from the design class diagrams. Which of the following information can be extracted:
433. During the creation of methods form interaction diagram, the sequence of messages in an interaction diagram translates to a series of statements in the method definitions. Is this statement true?
434. One-to-many relationships are common. For example, a Sale is associated with a group of SalesLineItem objects. In OO programming languages, these relationships are usually implemented using collection objects such as Vectors, Lists, Maps, arrays and so on. In which phase these relations are maintained?
435. How to maintain the visibility to a group of other objects? For example, a Sale must maintain visibility to a group of SalesLineItem instances. Which phases handles these?
436. In order of implementation phase, Classes need to be implemented (and ideally, fully unit tested) from least-coupled to most-coupled. Is this statement true?
437. ______ are anomalous situations during a program's execution.
438. The unexpected situations that may occur during program execution are
439. Every try statement should be followed by at least one catch statement; otherwise ______ will occur.
440. State whether the following statements are True or False.
Last updated