Cargando…

Object-oriented programming with Smalltalk /

Filling the gap for an in-depth self-study reference, and permitting readers to master all aspects of object-oriented programming through a large set of exercises with highly detailed resources, this book uses a pedagogical approach to cover all aspects of object-oriented programming. --

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Wertz, H. (Harald), 1947- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: London : ISTE Press, 2015.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Front Cover ; Object-Oriented Programming with SMALLTALK; Copyright ; Contents ; Preface ; Introduction ; I.1. Everything is an Object ; I.2. Object-Oriented Languages ; Part 1: The Basics of SMALLTALK Programming; Chapter 1: A Brief Tour of SQUEAK; 1.1. The First Contact ; 1.2. Important Points; 1.3. Exercises; Chapter 2: The First Program
  • 2.1. Defining New Classes 2.2. Defining New Methods ; 2.3. Program Test ; 2.4. Adding Methods to Subclasses of the Animal Class
  • 2.5. Modification of Parrot Behavior 2.6. Exercises ; 2.7. Self and Super ; 2.8. Exercises ; Chapter 3: Architecture and Inheritance
  • 3.1. SMALLTALK Software Architecture 3.2. Static and Dynamic Inheritance ; Chapter 4: Some Elements of SQUEAK Syntax and Grammar ; 4.1. Pseudo-Variables
  • 4.2. Comments and Identifiers 4.3. Literals ; 4.4. Variables ; 4.5. Messages ; 4.6. Control Structure ; 4.7. Exception Handling