• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Objective-C ▶ Objective-C Runtime Programming Guide

Objective-C Runtime Programming Guide

March 24, 2006

The Objective-C Programming Language

Download “Objective-C Runtime Programming Guide” in pdf format or read it online.

Book Description

The Objective-C language defers as many decisions as it can from compile time and link time to runtime. Whenever possible, it does things dynamically. This means that the language requires not just a compiler, but also a runtime system to execute the compiled code. The runtime system acts as a kind of operating system for the Objective-C language; it’s what makes the language work. This book looks at the NSObject class and how Objective-C programs interact with the runtime system. In particular, it examines the paradigms for dynamically loading new classes at runtime, and forwarding messages to other objects. It also provides information about how you can find information about objects while your program is running.

Table of Contents

  • Runtime Versions and Platforms
  • Interacting with the Runtime
  • Messaging
  • Dynamic Method Resolution
  • Message Forwarding
  • Type Encodings
  • Declared Properties

Download Free PDF / Read Online

Author(s): Apple Inc.
Format(s): HTML
File size: –
Number of pages: –
Link: Read online

Similar Books:

  1. Object-Oriented Programming with Objective-C
  2. The Objective-C Programming Language
  3. Core Data Programming Guide
  4. Bleeding at the Keyboard : A Guide to Modern Programming with Java
  5. Guide to Prolog Programming
Previous Post: « JXTA
Next Post: Windows Server 2008 Essentials »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2022 OnlineProgrammingBooks.com