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...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Beijing ; Farnham :
O'Reilly,
2002.
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- 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.