You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
interface cant be implemented, Not overriding, its incomplete,
object creation is on class, it should be interface
WRONG B a = new B(); //Create an object of class B
RIGHT GCD a = new B();