Posts by Henrique Batista • 21 points
1 post
-
1
votes1
answer1225
viewsQ: Polymorphism with interface and abstract class
How do I make a method defined on the interface iDAO is passed on to be implemented by the class ProprietarioDAO, daughter of the abstract class absDAO, implementing iDAO? import { EntidadeDominio }…