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
//the variable ref is a reference of type A (the parent class). This demonstrates runtime polymorphism (dynamic method dispatch), where the disp() method that gets executed is determined by the actual object that ref refers to at runtime.