Skip to content

Object-Oriented Thought Process

Best in textbook rentals since 2012!

ISBN-10: 0672330164

ISBN-13: 9780672330162

Edition: 3rd 2009

Authors: Matt Weisfeld, Matt A. Weisfeld

List price: $44.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

The Object-Oriented Thought Process Third Edition Matt Weisfeld An introduction to object-oriented concepts for developers looking to master modern application practices. Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, and Visual Basic .NET. By designing with objects rather than treating the code and data as separate entities, OOP allows objects to fully utilize other objectsrsquo; services as well as inherit their functionality. OOP promotes code portability and reuse, but requires a shift in thinking to be fully understood. Before jumping into the world of object-oriented programming languages, you must first masterThe…    
Customers also bought

Book details

List price: $44.99
Edition: 3rd
Copyright year: 2009
Publisher: Addison Wesley Professional
Publication date: 8/25/2008
Binding: Paperback
Pages: 360
Size: 7.00" wide x 9.00" long x 0.75" tall
Weight: 1.188
Language: English

Introduction
Introduction to Object-Oriented Concepts
How to Think in Terms of Objects
Advanced Object-Oriented Concepts
The Anatomy of a Class
Class Design Guidelines
Designing with Objects
Mastering Inheritance and Composition
Frameworks and Reuse: Designing with Interfaces and Abstract Classes
Building Objects
Creating Object Models with UML
Objects and Portable Data: XML
Persistent Objects: Serialization and Relational Databases
Objects and the Internet
Objects and Client/Server Applications
Design Patterns
Index