DEV Community

Discussion on: How I finally understood what a class is

Collapse
 
jbristow profile image
Jon Bristow

Ok! Can we now discuss the tradeoffs between using a hash tables vs classes? POJOs and their kin are basically just heavy tuples/hash entries... What do you gain when you use a class vs. a lookup table? What do you lose?