How to call a child method after casting an instance from parent to child class in TypeScript/JavaScript?
If I have a class B that inherits from class A and overrides one of its method, and i have, in TypeScript:
If I have a class B that inherits from class A and overrides one of its method, and i have, in TypeScript: