Saturday, October 5, 2013

What is Objective-C

Objective-C is a superset of C. It is an object-oriented programming language.If you know C language , you can easily earn Objective-C


  • You can use Objective-C in iPhone development
  • The Objective-C model of object-oriented programming is based on message passing to object instances
  • Dynamic run-time
  • Using Interface and Implementation mechansim
  • Automatic garbage collection
  • For an external class to access class variables properties are used
  • Objective-C permits a class to wholly replace another class within a program
  • Access to Apple technologies
  • For Mac and iPhone development, it is definitely better.

No comments:

Post a Comment