0
@Override in androidstudio?
is this Override the same in Android studio? or in android studio have a different concept?
1 Resposta
+ 1
It means the same as in every other java application: an inherited method is overridden and the compiler will complain if its in fact no inherited and overridden method.