10

So far in my (albeit short) career, I struggle to find people who know what polymorphism is, and how to use it. SOLID is a big unknown too.

It's always
if(this instanceof A) {}
else if(this instanceof B) {}

Comments
Add Comment