Loading…

Programming in objective-C /

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Kochan, Stephen
Format: Electronic eBook
Language:Inglés
Published: Indianapolis, Ind. : Sams, 2004.
Series:Developer's library.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.