Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
shape example
//gcc 5.0.4 #import <Foundation/Foundation.h> @interface Shape :NSObject { NsString *color } -(void)getArea; @end @implementation Shape -(void)getArea { } @end @interface Rectangle : Shape { NsString *color } -(void)getArea; @end @implementation Shape -(void)getArea { } @end int main (int argc, const char * argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSLog (@"Hello, World!"); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
bookinheritence
find simple Interest in objective c
Etudiant.h
NSSet ex
Book NSSet
Func Var and Ops ObjC
NSString & MutableNSString Examples in one
Objective C Class and Object example
fullname
Goldbach Conjecture