Q&A

Q1:In what way is object-oriented analysis and design fundamentally different from other approaches?
A1: Prior to the development of these object-oriented techniques, analysts and programmers tended to think of programs as functions that acted on data. Object-ori ented programming focuses on the integrated data and functionality as discrete units that have both knowledge (data) and capabilities (functions). Procedural programs, on the other hand, focus on functions and how they act on data. It has been said that Pascal and C programs are collections of procedures, and C++ programs are collections of classes.
Q2:Is object-oriented programming finally the silver bullet that will solve all programming problems?
A2: No, it was never intended to be. For large, complex problems, however, object-oriented analysis, design, and programming can provide the programmer with tools to manage enormous complexity in ways that were previously impossible.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.189.180.43