What's the difference between 'extends' and 'implements' in TypeScript
I 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