Hi, is there a way to fix an interface's function ...
# announcements
a
Hi, is there a way to fix an interface's function name that clashes with another one in a a class? for example I have getDog() in my class and im implementing an interface which has a getDog() function , but obviously this won't compile , is there a solution?