15.04.2018 Views

programming-for-dummies

Create successful ePaper yourself

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

256<br />

Real-Life Programming Examples<br />

An object that inherits code is treated no differently than an object created<br />

entirely from scratch. The following program shows how to use the human<br />

class:<br />

#include <br />

#include <br />

#include “animal.h”<br />

#include “human.h”<br />

int main()<br />

{<br />

human cow;<br />

cow.initial_position (1,1);<br />

cout

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

Saved successfully!

Ooh no, something went wrong!