Cargando…

Programming in objective-C /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Kochan, Stephen
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Sams, 2004.
Colección:Developer's library.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction
  • I. Objective-C Language
  • 2. Programming in Objective-C
  • 3. Classes, Objects, and Methods
  • 4. Data Types and Expressions
  • 5. Program Looping
  • 6. Making Decisions
  • 7. More on Classes
  • 8. Inheritance
  • 9. Polymorphism, Dynamic Typing, and Dynamic Binding
  • 10. More on Variables and Data Types
  • 11. Categories, Posing, and Protocols
  • 12. Preprocessor
  • 13. Underlying C Language Features
  • II. Foundation Framework
  • 14. Introduction to the Foundation Framework
  • 15. Numbers, Strings, and Collections
  • 16. Working with Files
  • 17. Memory Management
  • 18. Copying Objects
  • 19. Archiving
  • III. Appendixes
  • B. Objective-C Language Summary
  • C. Foundation Framework Headers
  • D. Fraction and Address Book Examples.