extends means - it gets all from its parent What's the difference between 'extends' and 'implements' in TypeScriptI would like to know what Man and Child have in common and how they differ. class Person { name: string; age: number; } class Child extends Person {} class Man implements Person {}https://stackoverflow.com/questions/38834625/whats-the-difference-between-extends-and-implements-in-typescript