May 28, 20197 min readWhat are Interfaces and When to Use ThemToday, I want to talk about interfaces. More specifically, what they are and more importantly when to use them, as this point is often...
Apr 10, 20194 min readObject Oriented Programming (OOP) Core Principle: PolymorphismPolymorphism, as the name suggests, has something to do with many (poly) and to change/to form (morph). Let’s see what it means in the...