

Nov 30, 2020
Java: Extend or Implement? This is the question.
Quite often, new Object Oriented programmers get confused as whether to inherit from a Class or from an Interface. First of all, let me just explain that an Interface […]


Mar 10, 2021
Prototypal Inheritance in JavaScript
Inheritance in JavaScript is implemented in a quite different way as it is in higher level languages like C# and Java. In today's blog we will dig deeper into how […]