Posts by Marcos Libanori • 53 points
1 post
-
5
votes1
answer509
viewsQ: Polymorphism in Typescript
I am creating my application with the following structure: An abstract class Person, and inheriting from Person, the classes PessoaFisica and PessoaJuridica, And finally, a class Cliente receiving…