12.09.2015 Views

Stanford CS193p

Lecture 1 Slides (September 27, 2011) - Marek Piasecki

Lecture 1 Slides (September 27, 2011) - Marek Piasecki

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Spaceship.h<br />

#import "Vehicle.h"<br />

Objective-C<br />

#import "Spaceship.h"<br />

Spaceship.m<br />

@interface Spaceship : Vehicle<br />

// declaration of public methods<br />

@implementation Spaceship<br />

// implementation of public and private methods<br />

@end<br />

@end<br />

<strong>Stanford</strong> <strong>CS193p</strong><br />

Fall 2011

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!