Timeline for Do I need to use an interface when only one class will ever implement it?
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Aug 25, 2014 at 9:10 | history | edited | Hui Wang | CC BY-SA 3.0 | added 4 characters in body |
| Mar 21, 2014 at 17:25 | comment | added | Fuhrmanator | Every class can have a public interface (the public methods) and a private interface (the implementation details). I could argue that the public interface of class is the contract. You don't need an extra element to work to that contract. | |
| Dec 16, 2012 at 21:49 | history | edited | Hui Wang | CC BY-SA 3.0 | added 5 characters in body |
| S Dec 13, 2012 at 11:13 | review | Late answers | |||
| Dec 13, 2012 at 12:22 | |||||
| S Dec 13, 2012 at 11:13 | review | First posts | |||
| Dec 13, 2012 at 11:48 | |||||
| Dec 13, 2012 at 10:56 | history | answered | Hui Wang | CC BY-SA 3.0 |