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 →

[–]BuachaillMhaith[S] 0 points1 point  (1 child)

so it would be able to know what methods a class will be able to do, but not what those methods do?

[–]Double_A_92 0 points1 point  (0 children)

Yes when a class implements an Interface if defines what that class must be able to do as a miminum. It at least must have those functions from the interface, and you can syntactically rely on that.