What is an object________________?
A. An object is an instance of a class
B. An object includes encapsulation of data
C. An object is not an instance of a class
D. All of the mentioned
Explanation: An object is an instance of a class.
A. An object is an instance of a class
B. An object includes encapsulation of data
C. An object is not an instance of a class
D. All of the mentioned
Explanation: An object is an instance of a class.
A. Designing system architecture
B. Develog design models
C. Specifying interfaces
D. Develog a debugging system
Explanation: The debugging system is a part of testing phase
A. Sequence Diagram + Collaboration Diagram
B. Activity Diagram + State Chart Diagram
C. Deployment Diagram + Collaboration Diagram
D. None of the mentioned
Explanation: Interaction diagram are used to formalize the dynamic behavior of the system.
A. Data representation
B. Logic verification
C. “Code-to” ability
D. Automatic processing
A. repeat until
B. condition
C. do while tests
D. if then-else
A. Things
B. Relationships
C. Diagrams
D. All of the mentioned
Explanation: All are the building blocks of UML which are further sub-categorized.
A. Inheritance
B. Composition
C. All of the mentioned
D. None of the mentioned
Explanation: Using inheritance, an existing design pattern becomes a template for a new subclass.Composition is a concept that leads to aggregate objects.