Nieuws

Implementing inheritance Let’s image what we want to create with this hierarchy using JavaScript: First of all, we can create ClassA easily.
Yeah, if prototypical inheritance works for the problem, then the issue of weird constructor calls doesn't come up, because the base class will already exist as a useful object.