Tag: web technology

Questions Related to web technology

  1. Business Analyst

  2. Designer

  3. Developer

  4. All of the Above


Correct Option: D
  1. The subclass has additional attributes of interest

  2. . The subclass has additional associations of interest.

  3. Some of the attributes/operations in super class are not applicable to subclass

  4. The subclass concept is operated on, handled, reacted to, or manipulated differently than the superclass or other subclasses in ways that are of interest.


Correct Option: C
  1. Deployment Diagram

  2. Class Diagram

  3. Activity Diagram

  4. Use case diagram


Correct Option: D
  1. UML uses # for public element

  2. UML uses - for private element

  3. UML uses * for protected element

  4. All of the above


Correct Option: B
  1. . Class Diagram in design model doesn't show real world objects; rather it shows software classes only

  2. Design Model illustrates the specifications for software classes and interfaces

  3. Setters and getters should not be included in the Design Model.

  4. . Programming Language native libraries are shown in the Design Model


Correct Option: D
  1. Inheritance

  2. Composition

  3. Association

  4. 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)

  1. An open headed arrow pointing to the inheriting class

  2. A closed headed arrow pointing to the inheriting class

  3. A closed headed dashed arrow pointing to the parent class

  4. . A closed headed arrow pointing to the parent class


Correct Option: D
  1. StartUML

  2. Rational Rose

  3. Visual Architect

  4. Borland Together


Correct Option: C