Quantcast
Channel: Otaku No Zoku » Objective-C Wisdom
Browsing all 4 articles
Browse latest View live

Objective-C Categories

Objective-C supports inheritance (but not multiple inheritance) like any good object oriented language. However, like many newer OOP languages, such as C# and Ruby, Objective-C 2.0 also supports...

View Article



Objective-C Class Properties

Objective-C 2.0 offers some neat new features that make life easier for programmers. If you’re familiar with Java programming you are used to declaring getter and setter functions to access the...

View Article

Objective-C Property Accessors

This short article covers Objective-C 2.0 property accessors that do not have an associated instance variable. Objective-C 2.0 offers the ability to automatically declare and implement class properties...

View Article

Objective-C Access To Instance Variables

Instance variables belonging to an Objective-C 2.0 class are declared protected by default, unlike regular C++ or even C# whereby all declared member variables are private by default. This always...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images