Skip to main content
  • Textbook
  • © 2007

Object-Oriented Programming Languages: Interpretation

Authors:

  • No other book on object-oriented programming has the range in terms of languages and concepts covered
  • Includes a full set of exercises at the end of each chapter
  • Request lecturer material: sn.pub/lecturer-material

Part of the book series: Undergraduate Topics in Computer Science (UTICS)

Buy it now

Buying options

eBook USD 29.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 37.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access

This is a preview of subscription content, log in via an institution to check for access.

Table of contents (9 chapters)

  1. Front Matter

    Pages I-VIII
  2. Introduction

    • Iain D. Craig
    Pages 1-12
  3. Class Fundamentals

    • Iain D. Craig
    Pages 13-55
  4. Prototype and Actor Languages

    • Iain D. Craig
    Pages 57-82
  5. Inheritance and Delegation

    • Iain D. Craig
    Pages 83-128
  6. Methods

    • Iain D. Craig
    Pages 129-154
  7. Types I: Types and Objects

    • Iain D. Craig
    Pages 155-183
  8. Types II: Types and Objects–Alternatives

    • Iain D. Craig
    Pages 185-199
  9. C#

    • Iain D. Craig
    Pages 201-230
  10. BeCecil

    • Iain D. Craig
    Pages 231-240
  11. Back Matter

    Pages 241-252

About this book

1.1 Introduction Object-oriented programming has opened a great many perspectives on the concept of software and has been hailed as part of the solution to the so-called “software crisis”. It has given the possibility that software components can be constructedandreusedwithconsiderablymorecredibility.Therearenowmany case studies in which the reuse of object-oriented components has been made and analysed. Object-oriented programming relates the programming activity to that of modelling or simulation; objects are identi?ed by a correspondence with the objects found in the application area of the program and are used to model those domain operations. Object-oriented programming also opens the prospect of more ?exible software that is able to respond dynamically to the needs of the application at runtime. It is very easy to think that object-oriented programming can be performed in only one way. The prevalence of C++ and Java suggests that they are the onlywaytoapproachtheproblemofwhatanobject-orientedprogrammingl- guage should look like. There are many approaches to this way of programming andC++andJavaexemplifyjustoneofthesedi?erentapproaches.Indeed,the wayinwhichtheconceptoftheobjectisinterpreteddi?ersbetweenapproaches and between languages. The two main approaches found in object-oriented programming languages are, respectively, class-based and prototype-based languages. Class-based l- guages are exempli?ed by Smalltalk [34], C++ [75, 74] and Java [47]. This 2 1. Introduction approach is based upon the identi?cation of common properties of objects and their description in terms of a de?nitional structure called a class. The objects manipulated by class-based programs are the result of instantiating classes.

Reviews

From the reviews:

"There are a lot of books concerning object-oriented programming or object-oriented languages, but only a very small number of them compare object-oriented languages or treat their characteristics in common. The author’s textbook belongs to them. The book focuses on the concepts of inheritance, encapsulation, polymorphism and their interactions in object-oriented languages. … The book can be used for second or third year undergraduate courses." (G. Riedewald, Zentralblatt MATH, Vol. 1128 (6), 2008)

Bibliographic Information

Buy it now

Buying options

eBook USD 29.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book USD 37.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Other ways to access