Foundations of Object-Oriented Languages: Types and Semantics

Bruce, Kim B.

  • 出版商: Summit Valley Press
  • 出版日期: 2002-03-01
  • 售價: $2,840
  • 貴賓價: 9.5$2,698
  • 語言: 英文
  • 頁數: 406
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 0262525739
  • ISBN-13: 9780262525732
  • 相關分類: Object-oriented
  • 海外代購書籍(需單獨結帳)

商品描述

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

In recent years, object-oriented programming has emerged as the dominant computer programming style, and object-oriented languages such as C++ and Java enjoy wide use in academia and industry. This text explores the formal underpinnings of object-oriented languages to help the reader understand the fundamental concepts of these languages and the design decisions behind them. The text begins by analyzing existing object-oriented languages, paying special attention to their type systems and impediments to expressiveness. It then examines two key features: subtypes and subclasses. After a brief introduction to the lambda calculus, it presents a prototypical object-oriented language, SOOL, with a simple type system similar to those of class-based object-oriented languages in common use. The text offers proof that the type system is sound by showing that the semantics preserves typing information. It concludes with a discussion of desirable features, such as parametric polymorphism and a MyType construct, that are not yet included in most statically typed object-oriented languages.

作者簡介

Kim B. Bruce is Frederick Latimer Wells Professor of Computer Science at Williams College.