Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Object-Oriented Analysis and Design (repost)

Posted By: arundhati
Object-Oriented Analysis and Design (repost)

Sarnath Ramnath, Brahma Dathan, "Object-Oriented Analysis and Design"
2011 | ISBN: 1849965218 | 440 pages | PDF | 5 MB

Object-oriented analysis and design (OOAD) has over the years, become a vast field, encompassing such diverse topics as design process and principles, documentation tools, refactoring, and design and architectural patterns. For most students the learning experience is incomplete without implementation. This new textbook provides a comprehensive introduction to OOAD. The salient points of its coverage are:
• A sound footing on object-oriented concepts such as classes, objects, interfaces, inheritance, polymorphism, dynamic linking, etc.
• A good introduction to the stage of requirements analysis.
• Use of UML to document user requirements and design.
• An extensive treatment of the design process.
• Coverage of implementation issues.
• Appropriate use of design and architectural patterns.
• Introduction to the art and craft of refactoring.
• Pointers to resources that further the reader’s knowledge.
All the main case-studies used for this book have been implemented by the authors using Java. The text is liberally peppered with snippets of code, which are short and fairly self-explanatory and easy to read. Familiarity with a Java-like syntax and a broad understanding of the structure of Java would be helpful in using the book to its full potential.