Objective C
From REALbasicWiki
Objective C is an extension to the C language that adds OO features, quite differently from C++.
Cocoa, the preferred user interface framework in Mac OS X, uses Objective C.
To use Cocoa or other Objective C based functions in REALbasic, you can use declares.
[edit] See also
- I Declare book by Charles Yeomans, which has a chapter on Cocoa interfacing.
