Theoretical Aspects of Object-oriented Programming

Theoretical Aspects of Object-oriented Programming
Title Theoretical Aspects of Object-oriented Programming PDF eBook
Author Carl A. Gunter
Publisher MIT Press
Total Pages 568
Release 1994
Genre Computers
ISBN 9780262071550

Download Theoretical Aspects of Object-oriented Programming Book in PDF, Epub and Kindle

Although the theory of object-oriented programming languages is far from complete, this book brings together the most important contributions to its development to date, focusing in particular on how advances in type systems and semantic models can contribute to new language designs.The fifteen chapters are divided into five parts: Objects and Subtypes, Type Inference, Coherence, Record Calculi, and Inheritance. The chapters are organized approximately in order of increasing complexity of the programming language constructs they consider - beginning with variations on Pascal- and Algol-like languages, developing the theory of illustrative record object models, and concluding with research directions for building a more comprehensive theory of object-oriented programming languages.Part I discusses the similarities and differences between "objects" and algebraic-style abstract data types, and the fundamental concept of a subtype. Parts II-IV are concerned with the "record model" of object-oriented languages. Specifically, these chapters discuss static and dynamic semantics of languages with simple object models that include a type or class hierarchy but do not explicitly provide what is often called dynamic binding. Part V considers extensions and modifications to record object models, moving closer to the full complexity of practical object-oriented languages.Carl A. Gunter is Professor in the Department of Computer and Information Science at the University of Pennsylvania. John C. Mitchell is Professor in the Department of Computer Science at Stanford University.

Object-Oriented Programming A Unified Foundation

Object-Oriented Programming A Unified Foundation
Title Object-Oriented Programming A Unified Foundation PDF eBook
Author Giuseppe Castagna
Publisher Springer Science & Business Media
Total Pages 372
Release 2012-12-06
Genre Computers
ISBN 1461241383

Download Object-Oriented Programming A Unified Foundation Book in PDF, Epub and Kindle

by Luea Cardelli Ever since Strachey's work in the 1960's, polymorphism has been classified into the parametric and overloading varieties. Parametric polymorphism has been the subject of extensive study for over two decades. Overloading, on the other hand, has often been considered too ad hoc to deserve much attention even though it has been, in some form, an ingredient of virtually every programming lan guage (much more so than parametric polymorphism). With the introduction of object-oriented languages, and in particular with multiple-dispatch object-oriented languages, overloading has become less of a programming convenience and more of a fundamental feature in need of proper explanation. This book provides a compelling framework for the study of run-time over loading and of its interactions with subtyping and with parametric polymorphism. The book also describes applications to object-oriented programming. This new framework is motivated by the relatively recent spread of programming languages that are entirely based on run-time overloading; this fact probably explains why this subject was not investigated earlier. Once properly understood, overloading reveals itself relevant also to the study of older and more conventional (single dispatch) object-oriented languages, clarifying delicate issues of covariance and contravariance of method types, and of run-time type analysis. In the final chapters, a synthesis is made between parametric and overloading polymorphism.

A Theory of Objects

A Theory of Objects
Title A Theory of Objects PDF eBook
Author Martin Abadi
Publisher Springer Science & Business Media
Total Pages 392
Release 2012-09-08
Genre Computers
ISBN 1441985980

Download A Theory of Objects Book in PDF, Epub and Kindle

By developing object calculi in which objects are treated as primitives, the authors are able to explain both the semantics of objects and their typing rules, and also demonstrate how to develop all of the most important concepts of object-oriented programming languages: self, dynamic dispatch, classes, inheritance, protected and private methods, prototyping, subtyping, covariance and contravariance, and method specialization. An innovative and important approach to the subject for researchers and graduates.

Foundations of Object-oriented Languages

Foundations of Object-oriented Languages
Title Foundations of Object-oriented Languages PDF eBook
Author Kim B. Bruce
Publisher MIT Press
Total Pages 416
Release 2002
Genre Computers
ISBN 9780262025232

Download Foundations of Object-oriented Languages Book in PDF, Epub and Kindle

A presentation of the formal underpinnings of object-oriented programming languages.

Object-oriented Analysis and Design

Object-oriented Analysis and Design
Title Object-oriented Analysis and Design PDF eBook
Author James Martin
Publisher
Total Pages 536
Release 1992
Genre Computers
ISBN

Download Object-oriented Analysis and Design Book in PDF, Epub and Kindle

This guide covers the underlying philosophy of object orientation and demonstrates its practical usage, exploring both the analysis and the design phases of applying object-oriented techniques. The authors use an innovative approach based not on reality, but rather the way reality is understood by people (not computers). Topics covered include project management of object-oriented programs, making the transition from 00 analysis to 00 design, 00 databases and AI tools.

Object-Oriented JavaScript - Second Edition

Object-Oriented JavaScript - Second Edition
Title Object-Oriented JavaScript - Second Edition PDF eBook
Author Stoyan Stefanov
Publisher Packt Publishing Ltd
Total Pages 564
Release 2013-01-01
Genre Computers
ISBN 1849693137

Download Object-Oriented JavaScript - Second Edition Book in PDF, Epub and Kindle

You will first be introduced to object-oriented programming, then to the basics of objects in JavaScript. This book takes a do-it-yourself approach when it comes to writing code, because the best way to really learn a programming language is by writing code. You are encouraged to type code into Firebug's console, see how it works and then tweak it and play around with it. There are practice questions at the end of each chapter to help you review what you have learned. For new to intermediate JavaScript developer who wants to prepare themselves for web development problems solved by smart JavaSc.

Research Directions in Object-oriented Programming

Research Directions in Object-oriented Programming
Title Research Directions in Object-oriented Programming PDF eBook
Author Bruce D. Shriver
Publisher
Total Pages 604
Release 1987
Genre Computers
ISBN

Download Research Directions in Object-oriented Programming Book in PDF, Epub and Kindle

Once a radical notion, object-oriented programming is one of today's most active research areas. It is especially well suited to the design of very large software projects involving many programmers all working on the same project. The original contributions in this book will provide researchers and students in programming languages, databases, and programming semantics with the most complete survey of the field available. Broad in scope and deep in its examination of substantive issues, the book focuses on the major topics of object-oriented languages, models of computation, mathematical models, object-oriented databases, and object-oriented environments. The object-oriented languages include Beta, the Scandinavian successor to Simula (a chapter by Bent Kristensen, whose group has had the longest experience with object-oriented programming, reveals how that experience has shaped the group's vision today); CommonObjects, a Lisp-based language with abstraction; Actors, a low-level language for concurrent modularity; and Vulcan, a Prolog-based concurrent object-oriented language. New computational models of inheritance, composite objects, block-structure layered systems, and classification are covered, and theoretical papers on functional object-oriented languages and object-oriented specification are included in the section on mathematical models. The three chapters on object-oriented databases (including David Maier's "Development and Implementation of an Object-Oriented Database Management System," which spans the programming and database worlds by integrating procedural and representational capability and the requirements of multi-user persistent storage) and the two chapters on object-oriented environments provide a representative sample of good research in these two important areas. Bruce Shriver is a researcher at IBM's Thomas J. Watson Research Center. Peter Wegner is a professor in the Department of Computer Science at Brown University. Research Directions in Object-Oriented Programmingis included in the Computer Systems series, edited by Herb Schwetman.