Introducation to Objective C Programming Language

What is Objective C 

         
         Objective-C is universally useful dialect that is created on top of C Programming dialect by including highlights of Small Talk programming dialect making it an article situated dialect. It is basically utilized as a part of creating iOS and Mac OS X working frameworks and also its applications.

          At first, Objective-C was created by NeXT for its NeXTSTEP OS from whom it was assumed control by Apple for its iOS and Mac OS X.

Object-Oriented Programming


Completely backings item arranged programming, including the four mainstays of article situated advancement: 

1. Exemplification 

2. Information covering up 

3. Legacy 

4. Polymorphism

Example Code


#import <Foundation/Foundation>;
int main (int argc, const char * argv[])
{
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
     NSLog (@"hello world"); 
[pool drain];
return 0; }

Foundation Framework

The most imperative thing to do when learning Objective-C is to concentrate on ideas and not lose all sense of direction in dialect specialized subtle elements. 

The reason for taking in a programming dialect is to improve as a developer; that is, to end up more powerful at outlining and actualizing new frameworks and at keeping up old ones.

Use of Objective-C


Objective-C, as specified prior, is utilized as a part of iOS and Mac OS X. It has extensive base of iOS clients and generally expanding Mac OS X clients. Furthermore, since Apple concentrates on quality first and its great for the individuals who began learning Objective-C.



0 comments:

Post a Comment

My Instagram