Skip to content

Instantly share code, notes, and snippets.

@sandeeplearner
Created February 25, 2017 21:17
@implementation FlyableHumans : Humans
-(void) fly {
//implement fly
}
@end
@implementation IronMan : FlyableHumans
//implement Iron man
@end
@implementation WarMachine : FlyableHumans
//implement war machine
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment