Sebanyak 1 item atau buku ditemukan

Object-Oriented Programming Languages: Interpretation

This comprehensive examination of the main approaches to object-oriented language explains key features of the languages in use today. Class-based, prototypes and Actor languages are all examined and compared in terms of their semantic concepts. This book provides a unique overview of the main approaches to object-oriented languages. Exercises of varying length, some of which can be extended into mini-projects are included at the end of each chapter. This book can be used as part of courses on Comparative Programming Languages or Programming Language Semantics at Second or Third Year Undergraduate Level. Some understanding of programming language concepts is required.

Impure languages are very often designed by taking a procedural programming
language and adding a set of constructs that support object-oriented
programming. This was the case, for example, in the transition from the 1983 Ada
standard ...