or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
More Buying Choices
Have one to sell? Sell yours here
C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition)
 
See larger image
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) [Paperback]

Kayshav Dattatri (Author)
4.8 out of 5 stars  See all reviews (24 customer reviews)

List Price: $54.99
Price: $39.81 & this item ships for FREE with Super Saver Shipping. Details
You Save: $15.18 (28%)
  Special Offers Available
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 7 left in stock--order soon (more on the way).
Want it delivered Monday, January 30? Choose One-Day Shipping at checkout. Details
Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback $39.81  

Book Description

0130867691 978-0130867698 October 7, 1999 2
For C++ Intermediate Programming courses. C++: Effective Object-Oriented Software Construction, Second Edition Is crafted to help students understand the C++ object-oriented paradigm in depth. It teaches to translate object concepts to practical solutions, no matter what software development environment encountered. This edition Is updated for the new ANSI C++ standard. The text introduces the fundamentals of object-oriented design/programming in the context of real world C++ software development, presenting proven strategies for using C++ to engineer elegant, high-quality software as quickly and efficiently as possible.

Special Offers and Product Promotions

  • Buy $50 in qualifying physical textbooks, get $5 in Amazon MP3 Credit. Here's how (restrictions apply)

Frequently Bought Together

C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) + Object-Oriented Modeling and Design with UML (2nd Edition) + Design Patterns: Elements of Reusable Object-Oriented Software
Price For All Three: $143.54

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Object-Oriented Modeling and Design with UML (2nd Edition) $65.03

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details

  • Design Patterns: Elements of Reusable Object-Oriented Software $38.70

    In Stock.
    Ships from and sold by Amazon.com.
    This item ships for FREE with Super Saver Shipping. Details



Editorial Reviews

From the Publisher

Drives home the essential concepts of object-oriented program development, so programmers can work in any O-O environment. This book helps programmers understand the object-oriented paradigm underlying C++ in depth, and then translate those abstract object-oriented concepts to real-world solutions in many problem domains they may encounter. It introduces the fundamental concepts of object-oriented programming, including classes, objects, O-O analysis and design. It explains data abstraction and shows how C++ implements it. It describes initialization and garbage collection as generic concepts, and as they are implemented in C++. In addition, it introduces inheritance and multiple inheritance, operator overloading, and other central O-O concepts -- and shows how object-orientation makes code reuse possible.. Once readers understand these fundamentals, the book presents extensive coverage of how to leverage object-oriented features to develop more effective code in C++, Eiffel, and other languages. This book is ideal for any programmer who wants to become more proficient with object-oriented programming or C++, including students, procedural programmers, or C++ programmers who do not currently rely on C++ object-oriented capabilities. --This text refers to an out of print or unavailable edition of this title.

From the Back Cover


8676J-4

Learn to program the way commercial developers do!

C++: Effective Object Oriented Software Construction, Second Edition is crafted to help you understand the C++ object-oriented paradigm in depth. It enables you to translate object concepts to practical solutions, no matter what software development environment you encounter. This edition is updated for the new ANSI C++ standard. The book introduces the fundamentals of object-oriented design/programming in the context of real world C++ software development, presenting proven strategies for using C++ to engineer elegant, high-quality software as quickly and efficiently as possible. You'll learn about:

  • Classes, objects, and data abstraction
  • 0bject design techniques and strategies for building efficient and stable architectures
  • The C++ object model, and its cost/benefit implications
  • C++ code style guidelines for projects
  • Tips for writing multi-threaded object-oriented software
  • Single and multiple inheritance, generic programming, and error management

In this book, the author reveals the strategies professional developers have learned to maximize code and design reuse. You'll learn how to manage the extensive "housekeeping" that's associated with effective C++ software development. Then, you'll walk through detailed, real-world comparisons of the strengths and weaknesses of the major object-oriented languages. In addition, this book uses UML (Unified Modeling Language) to illustrate its design examples.

Whether you're a new programmer, a programmer familiar with procedural languages, or a C++ programmer who isn't using object-oriented techniques to their full potential, C++: Effective Object Oriented Software Construction will help you achieve your most critical goals as a developer.


Product Details

  • Paperback: 755 pages
  • Publisher: Prentice Hall; 2 edition (October 7, 1999)
  • Language: English
  • ISBN-10: 0130867691
  • ISBN-13: 978-0130867698
  • Product Dimensions: 9.3 x 6.6 x 1.7 inches
  • Shipping Weight: 2.7 pounds (View shipping rates and policies)
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (24 customer reviews)
  • Amazon Best Sellers Rank: #1,034,987 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

24 Reviews
5 star:
 (19)
4 star:
 (4)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.8 out of 5 stars (24 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

12 of 12 people found the following review helpful:
5.0 out of 5 stars This book is one of the best C++ books around, August 13, 2000
By 
Vitaly (Reading, MA) - See all my reviews
This review is from: C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) (Paperback)
Yes nothing is perfect in this world, yes this book has some typos, yes there is still a room for improvement...

But as a software developer who has worked and is currently working on a large scale C++ COM, Database, Networking etc. projects here is what I think about this book: 1. This book shouldn't be considered as a beginner's book, however I would recommend buying it as a second one 2. Almost no water added !! 3. The best multiple inheritance pictural explanation around 4. The author presents a couple of very powerful and useful concepts in a clear and understandable form 5. Templates are very well presented

I would also say that after some real working experience you would start to appreciate this book more and more. In time it should help you to build a solid base for a good object-oriented software construction.

-Vitaly

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


11 of 12 people found the following review helpful:
5.0 out of 5 stars A superb book by a superb teacher!, October 13, 2000
By A Customer
This review is from: C++: Effective Object-Oriented Software Construction: Concepts, Practices, Industrial Strategies and Practices (2nd Edition) (Paperback)
This is one of the best, most clearly written books for learning C++ and OOP that I have seen. I learned OOP from this book and the "Gang-'O-Four" Design Patterns book, and the privilege of having Mr. Dattatri as a teacher. He is not only an expert software designer with real-world experience, he is also a dedicated teacher with a talent for conveying his deep knowledge. Unlike the large majority of programming books, this one is a pleasure to read, and I learn more each time I read it. A particularly valuable pedagogical feature is the way in which a topic is repeated several times from different points of view or restated in different ways, serving to deepen and strengthen the reader's understanding. He gives especially lucid treatments of the basics of class design, using proper method signatures, virtual functions, multiple inheritance, reference counting, templates, and designing container classes. Read this book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
5.0 out of 5 stars EXCELLENT C++/OOP book, January 12, 2000
By 
This book is super easy to read compared to every other prog/tech book I've ever read...(well maybe aside from Petzold). It feels like a lot of attention/effort was given to patiently and thoroughly cover each topic. And consequently it's worth every penny.

The emphasis is on solving reasonable real world problems with solid OOP techniques. The author's evaluation of several different possible solutions for each problem really helps to show you not just the 'how's but the 'why's of what makes good design. Unlike the last sentence, this book is EXTREMELY clearly written :-).

In a nutshell, this book is like a master's guide to the holy grail of expert C++ development. Loved it!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject