Concepts and Semantics of Programming Languages 2 - Bookswagon
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Book 1
Book 2
Book 3
Home > Computing and Information Technology > Computer programming / software engineering > Programming and scripting languages: general > Concepts and Semantics of Programming Languages 2: Modular and Object-oriented Constructs with OCaml, Python, C++, Ada and Java
Concepts and Semantics of Programming Languages 2: Modular and Object-oriented Constructs with OCaml, Python, C++, Ada and Java

Concepts and Semantics of Programming Languages 2: Modular and Object-oriented Constructs with OCaml, Python, C++, Ada and Java


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

This book – composed of two volumes – explores the syntactical constructs of the most common programming languages, and sheds a mathematical light on their semantics, providing also an accurate presentation of the material aspects that interfere with coding. Concepts and Semantics of Programming Languages 2 presents an original semantic model, collectively taking into account all of the constructs and operations of modules and classes: visibility, import, export, delayed definitions, parameterization by types and values, extensions, etc. The model serves for the study of Ada and OCaml modules, as well as C header files. It can be deployed to model object and class features, and is thus used to describe Java, C++, OCaml and Python classes. This book is intended not only for computer science students and teachers but also seasoned programmers, who will find a guide to reading reference manuals and the foundations of program verification.

Table of Contents:
Foreword ix Preface xi Chapter 1. Namespaces: Model and Operations 1 1.1. Reusing, dividing, confining 2 1.1.1. Analysis of some developer needs 2 1.1.2. Meeting developer needs 3 1.2. Namespaces 5 1.2.1. Namespaces definition 6 1.2.2. Extending notions of environment and binding 8 1.3. kit development 12 1.3.1. Namespace of a kit 14 1.3.2. Order of fields introduction 15 1.3.3. Typing kits 15 1.3.4. kit values 18 1.3.5. kit export, confining fields 22 1.3.6. kits import 28 1.3.7. Stages of kit development 32 1.4. Incomplete kits 33 1.4.1. Type and value of an incomplete kit 34 1.4.2. Completion of an incomplete kit 34 1.4.3. Confining an incomplete kit 36 1.5. Parameterized kits 36 1.5.1. kits parameterized by a type 36 1.5.2. kits parameterized by types and values 41 1.5.3. Confinement, parametrization, incomplete kits and export 45 1.6. Functors of kits 46 1.7. kit extension 49 1.7.1. Presentation of extension 49 1.7.2. Confinement and extension 55 1.8. Conclusion 59 Chapter 2. Modules 61 2.1. Modules in Ada 62 2.1.1. Developing modules 62 2.1.2. Export and confinement 65 2.1.3. Nesting modules 66 2.1.4. Importing a module 66 2.1.5. Flattening an import 67 2.1.6. Generic modules 68 2.1.7. Modules and separate compilation 71 2.2. Modules in OCaml 71 2.2.1. Module definition 72 2.2.2. Export and confinement 73 2.2.3. Confinement of type definitions 78 2.2.4. Functors 82 2.3. Modularity, namespaces and W-kit 85 2.3.1. Declaration interfaces 85 2.3.2. W-kits 86 2.3.3. Modularity and header files in C 86 Chapter 3. Class and Object Features 93 3.1. Object-oriented features 93 3.1.1. Objects 94 3.1.2. Classes 95 3.2. kits and object features 104 3.2.1. Modeling classes 104 3.2.2. Modeling objects 107 3.2.3. Inheritance, redefinition and late binding 109 3.2.4. Incomplete C-kits, parameterized C-kits 113 3.2.5. Subclassing, subtyping 115 3.2.6. Type languages, classes and objects 119 Chapter 4. Classes in Selected Languages 123 4.1. Classes in Java 123 4.1.1. General presentation 123 4.1.2. Modules and packages 124 4.1.3. Classes 125 4.1.4. Marks 131 4.1.5. Developing classes 134 4.2. Classes in C++ 144 4.2.1. Header files, namespaces, confinement 145 4.2.2. Classes 148 4.2.3. Inheritance and confinement 155 4.2.4. Overloading in C++ 165 4.2.5. Parameterized classes 168 4.3. Classes in OCaml 174 4.3.1. Presentation 174 4.3.2. An overview of classes 174 4.3.3. Marks, incomplete classes, parametrization 181 4.3.4. Objects 186 4.3.5. Class signatures: confinement and inheritance 192 4.3.6. Multiple inheritance 195 4.3.7. Other features 197 4.4. Presentation of Python 197 4.4.1. Getting started 198 4.4.2. An overview of classes, modules and types 199 4.4.3. Names and assignment 208 4.4.4. Assignment and typechecking 211 4.4.5. Overloading 213 4.4.6. Modules and packages 217 4.4.7. Confinement 218 4.4.8. Inheritance 219 4.4.9. Incomplete C-kits and abstract classes 221 4.4.10. Other features 222 Appendix: Questions to Guide Learning 225 List of Notations 229 References 231 Index 233

About the Author :
Therese Hardin is Professor Emeritus at the Laboratoire d'Informatique de Paris 6 (LIP6), Sorbonne University, France. Mathieu Jaume is a lecturer at the Laboratoire d'Informatique de Paris 6 (LIP6), Sorbonne University, France. François Pessaux is Associate Professor in the Computer Science and Systems Engineering Unit (U2IS) of ENSTA Paris, France. Veronique Viguie Donzeau-Gouge is Professor Emeritus at the Centre d'études et de recherche en informatique (CEDRIC) of the Conservatoire national des arts et métiers (Cnam Paris), France.


Best Sellers


Product Details
  • ISBN-13: 9781119851189
  • Publisher: John Wiley & Sons Inc
  • Publisher Imprint: Standards Information Network
  • Language: English
  • Sub Title: Modular and Object-oriented Constructs with OCaml, Python, C++, Ada and Java
  • ISBN-10: 1119851181
  • Publisher Date: 06 Aug 2021
  • Binding: Digital (delivered electronically)
  • No of Pages: 272


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Concepts and Semantics of Programming Languages 2: Modular and Object-oriented Constructs with OCaml, Python, C++, Ada and Java
John Wiley & Sons Inc -
Concepts and Semantics of Programming Languages 2: Modular and Object-oriented Constructs with OCaml, Python, C++, Ada and Java
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Concepts and Semantics of Programming Languages 2: Modular and Object-oriented Constructs with OCaml, Python, C++, Ada and Java

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    Fresh on the Shelf


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!