|
Home
Site Map Useful Tools Graphing Calc Scientific Calculator |
The Printable InterfaceWe are going to implement the printable interface (which we will define, in the Account and Student classes that we wrote in the past. Interface : PrintableModifying Student
Now, your student class will not compile until you have implemented each method declared in Printable
Modifying Account
Your student class will not compile until you have implemented each method declared in Printable When you are done, use the runner below to test out your use of the Printable Interface. |