Changes

Jump to: navigation, search

OOP344 Assignment Two

353 bytes added, 13:39, 7 November 2009
Public Methods
===Public Methods===
<big><pre>
void display()const;
</pre></big>
<big><pre>
int edit(void);
</pre></big>
<big><pre>
int selectedIndex(void);
</pre></big>
<big><pre>
bool editable()const;
</pre></big>
<big><pre>
void set(const void *status);
</pre></big>
<big><pre>
bool& operator[](unsigned int index);
</pre></big>
<big><pre>
int length(void);
</pre></big>
---incomplete---

Navigation menu