Object-Oriented Computation in C++ and Java: A Practical Guide to Design Patterns for Object-Oriented Computing
โ Scribed by Conrad Weisert [Conrad Weisert]
- Publisher
- Addison-Wesley Professional
- Year
- 2013
- Tongue
- English
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
This is the digital version of the printed book (Copyright
2007).
Virtually all business, scientific, and engineering applications
are heavily reliant on numeric data items. C++ and Java offer
object-oriented programmers unique flexibility and control over the
computations required within such applications.
However, most books on object-oriented programming gloss over such
numeric data items, emphasizing instead one-dimensional containers
or collections and components of the graphical user
interface.
Object-Oriented Computation in C++ and Java fills the
gap left by such books.
Drawing on more than twenty years' experience as a software
developer, tester, consultant, and professor, Conrad Weisert shows
readers how to use numeric objects effectively.
Not limited to any language or methodology, the concepts and
techniques discussed in this book are entirely independent of one's
choice of design and coding methodology.
Practitioners of Extreme Programming, UML-driven design, agile
methods, incremental development, and so on will all develop these
same data classes.
Whether you are a seasoned professional or an advanced computer
science student, this book can teach you techniques that will
improve the quality of your programming and the efficiency of your
applications. The exercises (and answers) presented in this book
with teach you new ways to implement the computational power of
C++, Java, and numeric data items.
Topics include
taxonomy of data types
developing and using object-oriented classes for numeric data
design patterns for commonly occurring numeric data types
families of interacting numeric data types
choosing efficient and flexible internal data representations
techniques for exploiting pattern reuse in C++
conventions for arithmetic operations in Java
numeric vectors and matrices
๐ SIMILAR VOLUMES
Reviewer: Dr. Alexander Yakhnis, [email protected] I like the book and have taught Spring 2004 Object-oriented Development (CSC 429 ) course at SUNY College at Brockport, New York. I have taught the material from Chapter I through 6. I have also used the material from Ch. 8 Object-Oriented Fra
An object-oriented design text that's student oriented too!Now updated to reflect the innovations of Java 5.0, Cay Horstmann's Object-Oriented Design & Patterns, 2nd Edition continues to offer a student-oriented guide to object-oriented design.Drawing from his extensive experience as a programmer an
An object-oriented design text that's student oriented too!<br><br>Now updated to reflect the innovations of Java 5.0, Cay Horstmann's Object-Oriented Design & Patterns, 2nd Edition continues to offer a student-oriented guide to object-oriented design.<br><br>Drawing from his extensive experience as
This text describes how concurrency works, how to more effectively deploy it in program components, and how to reuse these components to improve program design, quality, and performance.
Create sound software designs with data structures that use modern object-oriented design patterns! Author Bruno Preiss presents the fundamentals of data structures and algorithms from a modern, object-oriented perspective. The text promotes object-oriented design using Java and illustrates the use