Limit this search to....

Object-Oriented Programming a Unified Foundation 1997 Edition
Contributor(s): Castagna, Giuseppe (Author)
ISBN: 0817639055     ISBN-13: 9780817639051
Publisher: Birkhauser
OUR PRICE:   $104.49  
Product Type: Hardcover - Other Formats
Published: January 1997
Qty:
Annotation: The language Simula is the precursor of all object-oriented languages. It imposed a certain style of programming that was followed by all class-based object-oriented languages until the appearance of the so-called multiple-dispatching languages such as CLOS, in which a different style of object-oriented programming arose. This new style was induced by the clear separation in these languages between objects and methods.
Additional Information
BISAC Categories:
- Computers | Programming - Object Oriented
- Computers | Programming Languages - General
Dewey: 005.13
LCCN: 96033163
Series: Progress in Theoretical Computer Science
Physical Information: 0.87" H x 6.34" W x 9.51" (1.56 lbs) 366 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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.