11.07.2015 Views

Software Reuse In Final Year Projects: A Code of Practice Contents

Software Reuse In Final Year Projects: A Code of Practice Contents

Software Reuse In Final Year Projects: A Code of Practice Contents

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.

class MyArray {int size;int max;int [] values;MyArray (int size, int maxvalue){reset(size, maxvalue);}public void reset(int size<strong>In</strong>, int max<strong>In</strong>){size = size<strong>In</strong>;max = max<strong>In</strong>; values = new int [size];randomize();}public void randomize(){for (int i =0; i

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

Saved successfully!

Ooh no, something went wrong!