Object Oriented Thought Process The 3 E
Download Object Oriented Thought Process The 3 E PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Object Oriented Thought Process The 3 E book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Object-Oriented Thought Process, The, 3/E.
This is the eBook version of the printed book. If the print book includes a CD-ROM, this content is not included within the eBook version. Revision of a clear, concise and accessible introduction to object-oriented programming concepts Helps working programmers learn to think in terms of object-oriented technologies and understand object-oriented applications before coding starts Author is an expert trainer and teacher No bias to any one language or platform - examples are drawn from Java, VB.NET and C#, but are applicable to any object-oriented language, from C++ to Java to Ruby to .N.
The Object-Oriented Thought Process
Author: Matt Weisfeld
language: en
Publisher: Addison-Wesley Professional
Release Date: 2019-04-04
Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic .NET, Ruby, Objective-C, and Swift. Objects also form the basis for many web technologies such as JavaScript, Python, and PHP. It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP promotes good design practices, code portability, and reuse–but it requires a shift in thinking to be fully understood. Programmers new to OOP should resist the temptation to jump directly into a particular programming language or a modeling language, and instead first take the time to learn what author Matt Weisfeld calls “the object-oriented thought process.” Written by a developer for developers who want to improve their understanding of object-oriented technologies, The Object-Oriented Thought Process provides a solutions-oriented approach to object-oriented programming. Readers will learn to understand the proper uses of inheritance and composition, the difference between aggregation and association, and the important distinction between interfaces and implementations. While programming technologies have been changing and evolving over the years, object-oriented concepts remain a constant–no matter what the platform. This revised edition focuses on the OOP technologies that have survived the past 20 years and remain at its core, with new and expanded coverage of design patterns, avoiding dependencies, and the SOLID principles to help make software designs understandable, flexible, and maintainable.
The Object-Oriented Thought Process
The Object-Oriented Thought Process, Second Edition will lay the foundation in object-oriented concepts and then explain how various object technologies are used. Author Matt Weisfeld introduces object-oriented concepts, then covers abstraction, public and private classes, reusing code, and devloping frameworks. Later chapters cover building objects that work with XML, databases, and distributed systems (including EJBs, .NET, Web Services and more). Throughout the book Matt uses UML, the standard language for modeling objects, to provide illustration and examples of each concept.