Interfaces do not have any code themselves. They are a set of method declarations that are required by a class that implements that interface. The interface is a guarantee that those methods are available on any class that implements it. The code for those methods goes in the class that is implementing it.
Salem commented: Well said +29
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster
lllllIllIlllI commented: Couldnt have been a better post +2
Ezzaral 2,714 Posting Sage Team Colleague Featured Poster