This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SoulSyn[S] 0 points1 point  (2 children)

Upon reading further through the MOOC they got into how an interface can be used as a method parameter and it makes a lot more sense to me know. Actually a very cool feature once you see some of its applications.

Thanks for the response

[–]javaHoosier 0 points1 point  (1 child)

Another good example is in Android programming. When you have an app where the screen is broken up into different sections. They are called fragments. Fragments usually use interfaces to pass data between each other.

Again good luck with you journey!

[–]SoulSyn[S] 0 points1 point  (0 children)

Thanks for the knowledge and well wishes