Comparative Programming Languages (International Computer Science Series) (3 SUB)

Comparative Programming Languages (International Computer Science Series) (3 SUB)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版
  • 言語 ENG
  • 商品コード 9780201710120
  • DDC分類 005.13

Full Description


Comparative Programming Languages identifies and explains the essential concepts underlying the design and use of programming languages and provides a good balance of theory and practice. The author compares how the major languages handle issues such as declarations, types, data abstraction, information hiding, modularity and the support given to the development of reliable software systems. The emphasis is on the similarities between languages rather than their differences. The book primarily covers modern, widely-used object-oriented and procedural languages such as C, C++, Java, Pascal (including its implementation in Delphi), Ada 95, and Perl with special chapters being devoted to functional and logic languages. The new edition has been brought fully up to date with new developments in the field: the increase in the use of object-oriented languages as a student's first language; the growth in importance of graphical user interfaces (GUIs); and the widespread use of the Internet.

Contents

1. Introduction 2. Historical Survey 3. Types, values and declarations 4. Expressions and statements 5. Program structure 6. Procedures, functions and methods 7. Structured data 8. Inheritance and dynamic binding 9. Functional languages 10. Logic programming 11. Concurrency and networking 12. Syntax and semantics 13. Input, output and GUIs 14. The future