Encode-Club-Solidity-Foundations / Lesson-02

4 stars 7 forks source link

Is it correct to see interfaces as placeholders similar to how in we can overload functions in other languages? #2

Closed jc92 closed 2 years ago

MatheusDaros commented 2 years ago

Hello @jc92 Quite like that, yes. Interfaces are "frames" that you apply to make contracts to conform to anything these "frames" specify. Is it more clear that way?