Inside the Object Model: The Sensible Use of C++: SIGS: Advances in Object Technology, cartea 4
Autor David M. Papurten Limba Engleză Paperback – 12 dec 1997
Preț: 459.38 lei
Preț vechi: 574.21 lei
-20% Nou
Puncte Express: 689
Preț estimativ în valută:
87.92€ • 90.61$ • 74.23£
87.92€ • 90.61$ • 74.23£
Carte tipărită la comandă
Livrare economică 04-18 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780132073660
ISBN-10: 0132073668
Pagini: 546
Ilustrații: Illustrations
Dimensiuni: 177 x 223 x 24 mm
Greutate: 0.84 kg
Ediția:1
Editura: SIGS
Colecția SIGS
Seria SIGS: Advances in Object Technology
Locul publicării:New York, United States
ISBN-10: 0132073668
Pagini: 546
Ilustrații: Illustrations
Dimensiuni: 177 x 223 x 24 mm
Greutate: 0.84 kg
Ediția:1
Editura: SIGS
Colecția SIGS
Seria SIGS: Advances in Object Technology
Locul publicării:New York, United States
Cuprins
1. Introduction; 2. Program structure; 3. The C language subset; 4. Type, abstract data type, and class; 5. Attributes, simple associations, and composition; 6. Immutability and new built-in types; 7. Object persistence and the object life cycle; 8. Information access control; 9. Expression evaluation and operator overloading; 10. Type mismatch resolution; 11. Representation invariant and copy semantics; 12. Advanced associations and pointer-based implementation; 13. Generalization and inheritance; 14. Polymorphism and real-time binding; 15. Metatype, parameterized type, and templates; 16. Exception handling.
Recenzii
'If you're learning C++ and can buy only two books to help you along, this should be one of them.' PC Techniques
Descriere
This book teaches object-oriented analysis and design from first principles and clearly explains C++ mechanisms that implement object-oriented concepts.