31.07.2013 Views

Adobe PDF

Adobe PDF

Adobe PDF

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.

Polymorphism – Parametric Existentials<br />

Template Collection Classes in C++<br />

Standard Template Library<br />

Generic Collections in Java<br />

E.g in Java like syntax<br />

class Hashtable {<br />

private (LinkedList)[] table;<br />

private int hash(K key) { .. }<br />

public void put(K key, V value) { .. }<br />

..<br />

}<br />

Hashtable h;<br />

4/11/2008 Sundar B., BITS, Pilani. CS C362 14

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

Saved successfully!

Ooh no, something went wrong!