OBJECTIVE C Training Provided by Vector India Pvt Ltd Training Institute in Hyderabad,Ameerpet
OBJECTIVE C free videos and free material uploaded by Vector India Pvt Ltd Training Institute staff .
Core
Concepts
Object Orientation: Objects,
Messages, Methods, Classes
Dynamic Typing, Static
Typing
Memory Management: retain,
release, autorelease
Allocation, Initialization,
Deallocation
Properties: Declaration,
Implementation, Synthesis
Protocols
Fast
Enumeration
Foundation Classes
NSObject
NSString
NSArray
NSDictionary
NSSet
NSNumber
NSNull
NSMutable*
Advanced Concepts
Categories
Exceptions
Synchronized Threading
Reflection:
Selectors, Class Type, Objective-C Runtime
Objective C, a language for iPhones, is an object-oriented language which is an extension of ANSI C. As it incorporates the benefits of C language, you can choose to do something in an object-oriented (define a class) or procedural programming way (define a structure and some functions, but not class). The language redefines the syntax that you have been using in Java, C++, JavaScript, etc. With the self-conscious terminology like method, class dynamic binding and focus on abstract design, it is able to present a steep learning curve for the students. An organized language like Objective C can help you become an adept object-oriented programmer.
Write a public review