Introduction to Cocoa-Delegates from a Java point of view

Published: 2005-11-07 10:30:30

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.

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