Instance Methods and Class Methods in Objective-C @techytube
Instance Methods and Class Methods in Objective-C  @techytube
Uploaded September 2012 | Updated September 2026, 2 weeks ago
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By pavel@techytube, for more from this author visit:
techytube.com/author/pavel

Instance Methods and Class Methods in Objective-C is very similar to the same concepts implemented in other object oriented programming languages.

Instance methods are the usual methods, and we always need some object(s) to call those specific methods. When we declare and implement them, we always start with the "-" (minus sign). The syntax for calling an instance method is:

[objectName instanceMethodName];

For class methods we do not need any object created in our program in order to call them.
They always start with the "+" (plus sign). The syntax for calling a class method is:

[ClassName classMethodName];
Instance Methods and Class Methods in Objective-CCreating a simple class in Objective-CWindows 8 Development - Navigating Between Pages XAMLWindows 8 - Windows update and updating store appsBlocks in Objective-CWindows 8 Development - Saving Session StateWindows 8 User Interface OverviewWindows 8 Development - Edit Static Text PropertyWindows 8 Development - XAML DefaultViewModel BindingWindows 8 Development - Data Binding Grid TitleManaging Service On Linux Server Part 1 Of 2ASP.NET Razor Syntax
techytube |

Instance Methods and Class Methods in Objective-C

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER