Polymorphism, Interfaces
in
Programming Questions
•
1 year ago
I've been reading about polymorphism and interfaces, and I was wondering if anyone could recommend a good tutorial on how to implement interfaces?
/*
thinking about learning how to think in order to more effectively learn
*/
I've seen a few explanations and tutorials, but all of them do the bare minimum to illustrate what an interface is, and I haven't yet seen any tutorials with a concrete example. Most of them just have an empty interface implemented by an empty class with no examples on why / how you would want to use these.
I'm trying to take my skills a bit further, and I can see how I might want to use these on some upcoming projects.
Thanks!
/*
thinking about learning how to think in order to more effectively learn
*/
1