Page 1 of 1

C# application that can determine payments for employees and invoices alike, we first create an interface named IPayable

Posted: Sat May 14, 2022 3:32 pm
by answerhappygod
C# application that can determine payments for employees and invoices alike,
we first create an interface named IPayable.
Interface Payable contains method GetPaymentAmount that returns a double amount
to be paid for an object of any class that implements the interface.