Tag: web technology
Questions Related to web technology
-
Business Analyst
-
Designer
-
Developer
-
All of the Above
-
The subclass has additional attributes of interest
-
. The subclass has additional associations of interest.
-
Some of the attributes/operations in super class are not applicable to subclass
-
The subclass concept is operated on, handled, reacted to, or manipulated differently than the superclass or other subclasses in ways that are of interest.
-
Deployment Diagram
-
Class Diagram
-
Activity Diagram
-
Use case diagram
-
UML uses # for public element
-
UML uses - for private element
-
UML uses * for protected element
-
All of the above
-
. Class Diagram in design model doesn't show real world objects; rather it shows software classes only
-
Design Model illustrates the specifications for software classes and interfaces
-
Setters and getters should not be included in the Design Model.
-
. Programming Language native libraries are shown in the Design Model
-
Inheritance
-
Composition
-
Association
-
Specialization
Correct Option: B
Explanation:
To solve this question, the user needs to have a basic understanding of object-oriented programming concepts.
The book and page relationship can be best characterized as a composition relationship. Composition is a "has-a" relationship between two or more classes, where one class is a part of another class. In this case, a book has one or more pages, and each page is a part of the book. Therefore, the best option is:
The Answer is: B (Composition)
-
An open headed arrow pointing to the inheriting class
-
A closed headed arrow pointing to the inheriting class
-
A closed headed dashed arrow pointing to the parent class
-
. A closed headed arrow pointing to the parent class
-
StartUML
-
Rational Rose
-
Visual Architect
-
Borland Together