0
What can i do to display the abstact function PayerImpot in my program?
Display abstract function. https://code.sololearn.com/cP21R3I705ls/?ref=app
2 ответов
+ 1
It is a void method, so you can just invoke them by prefixing the instance name, and they will print what they have to.
myemploye.PayerImpot();
mycompany.PayerImpot();
+ 1
mycompany.PayerImpot()
the other object can use like this