Cargando…

Objective-C : pocket reference /

Objective-C is an exciting and dynamic approach to C-based object-oriented programming; it's the approach adopted by Apple as the foundation for programming under Mac OS X, a Unix-based operating system gaining wide acceptance among programmers and other technologists. Objective-C is easy to le...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Duncan, Andy
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Beijing ; Farnham : O'Reilly, 2002.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Objective-C Pocket Reference; Introduction; Typographic Conventions; Acknowledgments; What Is Objective-C?; Dynamic Dispatch; Dynamic Typing; Dynamic Loading; Which Objective-C?; How Do I Get Started?; Elements of the Language; Objects; Classes; Declaring an interface; Implementing a class; Inheritance and Subtyping; Fields; Access modifiers; Methods; Declaring a method; Implementing a method; Calling a method; Naming collisions; Private methods; Accessors; Message search paths; Special receivers; Selectors; Categories; Declaring a category; Implementing a category; Protocols.