Now I have some code.
Here’s what my form looks like so far:

That contains the following module:
And that is currently using both the interface and an object based on the interface. Class AccountInterface and Class AccountCreditCard. Here are each of those classes:
My thought is that there will be one interface but different calculations for the same function across different account types like a credit card vs a car loan.
I also have put some validation already into the user form. I don’t really want to do that. I’m just sort of testing out my thought process so far and will adjust as needed.
Note that the Interface is just a definition of what a class that implements that interface should contain.
Trackbacks/Pingbacks