Ben Terhechte — journal
--rss
STYLEMAC.COM #mac development

Introduction to Cocoa-Delegates from a Java point of view

OSNews provides insights for those transitioning from other object-oriented languages like Python or C++. It highlights a common challenge in mastering Objective-C: the delegate concept, contrasting it with subclass-based development. For individuals familiar with OO programming and keen to learn Objective-C, this serves as a valuable opportunity.

Nov 7, 2005 121 1 min read 74 words

Introduction to Cocoa-Delegates from a Java point of view

OSNews has this interesting read, even for those who come from other Object-Orientated languages like Python or C++. My biggest problem in grapsing Objective-C was understanding the delegate-concept as I constantly tried to develop subclass-based. So if know about OO-Programming and wanted to learn Object-C for a long time, here’s your chance.
Link