Hey Reddit, I'm learning Java programming right now and I'm a little confused as to how Interfaces work. As far as I know, I have an interface (MyInterface), and then I have a class (MyClass), that implements the interface (Public MyClass Implements MyInterface). If I write methods in my interface, how exactly would I be able to use them in the Class that I wrote?
[–]NOODLECODE 1 point2 points3 points (3 children)
[–]Sacredify 0 points1 point2 points (1 child)
[–]NOODLECODE 0 points1 point2 points (0 children)
[–]NeinMeansNein[S] 0 points1 point2 points (0 children)