FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: How to Design Classes
- Author(s) Matthias Felleisen, et al.
- Publisher: Northeastern University
- Hardcover/Paperback N/A
- eBook PDF (666 pages, 2.7 MB)
- Language: English
- ISBN-10: N/A
- ISBN-13: N/A
- Share This:
The authors put classes and the design of classes into the center of their approach. In this volume, they show students how object-oriented programming languages such as C++, C#, and Java support this effort with syntactic constructs. They also refine the program design discipline.
About the Authors- Matthias Felleisen is a German-American computer science professor and author. He grew up in Germany and immigrated to the US when he was 21 years old. He is currently a Trustee Professor in the Khoury College of Computer Sciences at Northeastern University in Boston, Massachusetts.
- Object-Oriented (OOA/OOD/OOP)
- Computer Programming
- C++ Programming
- C# Programming
- Introduction to Java Programming, Basic Java
- How to Design Classes (Matthias Felleisen, et al)
- The Mirror Site (1) - PDF
- The Mirror Site (2) - PDF
-
OOP: Learn Object Oriented Thinking and Programming
It teaches programming according to the Architecture First methodology which reacts at the companies' complaints that the school graduates are usually good in coding, but bad in software architecture.
-
How to Design Programs: An Introduction to Programming
This introduction to programming places computer science at the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process, presenting program design guidelines.
-
Elements of Programming (Alexander Stepanov, et al)
The book shows that algorithms implemented in a real programming language, such as C++, can operate in the most general mathematical setting. For example, the fast exponentiation algorithm is defined to work with any associative operation.
-
Object-Oriented System Development (D. deChampeaux, et al)
This book presents a minimum set of notions and shows the reader how to use these notions for OO software construction. The emphasis is on development principles and implementation.
-
Object-Oriented vs. Functional Programming (R. Warburton)
This book discusses similarities between these programming paradigms and points out that both FP and OOP are actually moving closer toward one another. One prominent example is the use of lambda expressions in Java and other OOP languages.
-
Building Skills in Object-Oriented Design (Steven F. Lott)
This book will help you build Object-Oriented design skills through the creation of a moderately complex family of games. It is a step-by-step guide to OO design and implementation for developers who want to use Python to create efficient programs.
-
Naked Objects (Richard Pawson, et al)
The aim of this book is to introduce you to the concept of designing business systems from naked objects, and to enable you to start building such systems using the Naked Objects framework. It outlines a lightweight methodology and provides a short tutorial.
-
Touch of Class: Learning to Program Well with Objects and Contracts
The book is a combination of a practical, hands-on approach to programming with the introduction of sound theoretical support focused on helping students learn the construction of high quality software. All the example code is written in Eiffel.
-
Seamless Object-Oriented Software Architecture
This book shows how a consistent set of object-oriented abstractions can be applied throughout the process, based on three major ideas: seamlessness, reversibility, and contracting, focuses on Business Object Notation approach, includes case studies.
-
Object Oriented Programming in Java (Rick Halterman)
This book provides coverage of both basic concepts in Java Programming thereby catering to the requirements of the different levels of users in the market. It helps in building object oriented concepts as well as programming oriented approach.
-
Object-Oriented Programming in C# Succinctly (Sander Rossel)
This book provides an introduction to Object-oriented programming (OOP) for C# developers. It also provides overviews and numerous samples to guide readers towards OOP mastery.
-
Object-Oriented JavaScript, 2nd Edition (Stoyan Stefanov, et al.)
This book shows you everything you need to learn object oriented JavaScript, demonstrating valuable techniques and strategies that you can use to fully experience the impressive capabilities of the language.
-
Object-Oriented Programming with ANSI-C (A. Schreiner)
This book is not going to praise object-oriented programming or condemn the Old Way. It's simply going to use ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems,
-
Object-Oriented Reengineering Patterns (Oscar Nierstrasz, et al)
This book collects and distills successful techniques in planning a reengineering project, reverse-engineering, problem detection, migration strategies and software redesign. It is a guide on how to reverse engineer legacy systems to understand their problems.
:
|
|