Posts by user152143 • 21 points
1 post
-
2
votes2
answers281
viewsA: Class that implements two interfaces that have identical signature methods
When you say your class ClasseQualquer implements an interface, this is just a contract that exists during build time. See on the other hand: implicit implementations. In some languages, you do not…