Lets say I have an interface with a field – String type = “interface”.
It’s implementing class has a field – String type = “class”.
Is there any way to access the interface’s field through that class anymore?
Lets say I have an interface with a field – String type = interface.
Share
Yep.. because basically interface variable are public static final or in other word, a constant..
you can access it in a static way using your