Categories
question bank

CS6502 Question Bank OBJECT ORIENTED ANALYSIS AND DESIGN Regulation 2013 Anna University

CS6502 Question Bank OBJECT ORIENTED ANALYSIS AND DESIGN 

CS6502 Question Bank OBJECT ORIENTED ANALYSIS AND DESIGN Regulation 2013 Anna University free download. OBJECT ORIENTED ANALYSIS AND DESIGN OOAD CS6502 Question Bank pdf free download.

Sample CS6502 Question Bank OBJECT ORIENTED ANALYSIS AND DESIGN:

1. What is GRASP?
General Responsibility Assignment Software Patterns (or Principles), abbreviated GRASP, consists of guidelines for assigning responsibility to classes and objects in object-oriented design. cs6502 Question Bank object oriented analysis and design

2. What is Responsibility-Driven Design?
A popular way of thinking about the design of software objects and also larger scale Components 3 are in terms of responsibilities, roles, and collaborations. This is part of a larger approach called responsibility-driven design or RDD.

3. What is Responsibilities? cs6502 Question Bank object oriented analysis and design
The UML defines a responsibility as “a contract or obligation of a classifier”. Responsibilities are related to the obligations or behavior of an object in terms of its role.

4. What are the two responsibilities? cs6502 Question Bank object oriented analysis and design
The responsibilities are of the following two types: doing and knowing.
Doing responsibilities of an object include:
• doing something itself, such as creating an object or doing a calculation
• initiating action in other objects
• controlling and coordinating activities in other objects
Knowing responsibilities of an object include:
• knowing about private encapsulated data
• knowing about related objects
• knowing about things it can derive or calculate

5. Define Pattern? cs6502 Question Bank object oriented analysis and design
A pattern is a named problem/solution pair that can be applied in new context, with advice on how to apply it in novel situations and discussion of its trade-offs

6. What are the GRASP patterns?
They describe fundamental principles of object design and responsibility assignment. expressed as patterns.

7. How to Apply the GRASP Patterns? cs6502 Question Bank object oriented analysis and design

Subject Name OBJECT ORIENTED ANALYSIS AND DESIGN
Subject code CS6502
Regulation 2013

CS6502 OBJECT ORIENTED ANALYSIS AND DESIGN  Question Bank click here to download 

CS6502 OBJECT ORIENTED ANALYSIS AND DESIGN Syllabus


CS6502 OBJECT ORIENTED ANALYSIS AND DESIGN Notes


CS6502 OBJECT ORIENTED ANALYSIS AND DESIGN Important Questions


 

 

Leave a Reply

Your email address will not be published. Required fields are marked *