12.05.2015 Views

type - David Vernon

type - David Vernon

type - David Vernon

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Classes and Objects<br />

Constructors and Destructors<br />

• Constructor Initializer<br />

–The row() constructor initializes the (private) class<br />

object members len and ptr<br />

– We can also do this another way using a constructor<br />

initializer<br />

row(int n=3):len(n), ptr(new int[n])<br />

{ for (int i=0; i

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

Saved successfully!

Ooh no, something went wrong!