09.01.2013 Views

CISC 323 Intro to Software Engineering

CISC 323 Intro to Software Engineering

CISC 323 Intro to Software Engineering

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

class Vec<strong>to</strong>r {<br />

…<br />

public Enumeration elements ()<br />

{<br />

return new Vec<strong>to</strong>rEnumeration (this);<br />

}<br />

…<br />

}<br />

How we might implement an enumeration in a vec<strong>to</strong>r. (Not<br />

necessarily how it is really implemented.)

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

Saved successfully!

Ooh no, something went wrong!