NGP VAN Interview Question

Can you design a polygon class? How about a rectangle that inherits from the polygon class?

Interview Answer

Anonymous

Sep 4, 2015

I wrote a rectangle class that inherits from a polygon class...