Object-oriented Programming with Smalltalk
Autor Harald Wertzen Limba Engleză Hardback – 25 noi 2015
The author addresses such subjects as graphics programming, dependency mechanisms and hierarchical specialization.
This book fills the gap for an in-depth self-study reference, permitting the reader to master all aspects of object-oriented programming through a large set of exercises with highly detailed resources.
- Downloadable software content for practice applications
- Covers all aspects of Smalltalk: theconcepts of primitive objects, classes and instances, static and dynamic inheritance and methods, as well as graphical programming, the dependency mechanisms and the handling of exceptions
- Features in-depth studies of two programming projects and annotated solutions to all exercies and appendices
Preț: 738.42 lei
Preț vechi: 923.02 lei
-20% Nou
Puncte Express: 1108
Preț estimativ în valută:
141.33€ • 147.30$ • 117.65£
141.33€ • 147.30$ • 117.65£
Carte tipărită la comandă
Livrare economică 28 decembrie 24 - 11 ianuarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781785480164
ISBN-10: 1785480162
Pagini: 550
Dimensiuni: 152 x 229 x 30 mm
Greutate: 1.04 kg
Editura: ELSEVIER SCIENCE
ISBN-10: 1785480162
Pagini: 550
Dimensiuni: 152 x 229 x 30 mm
Greutate: 1.04 kg
Editura: ELSEVIER SCIENCE
Public țintă
Academics, students and researchers concerned with computer science and seeking a practice-oriented view on object oriented programming; Smalltalk programmersCuprins
Part 1: The basics of SMALLTALK Programming1. A brief tour of SQUEAK2. The first program3. Architecture and inheritance4. Some elements of SQUEAK syntax and grammarPart 2: Programming in SQUEAK5. Drawings like in Logo6. The dependency mechanismPart 3: Appendices