1.

Which statement will you add in the function fun() of class B , if it is to produce the output "Welcome to IndiaBIX.com!" ?

A. base.fun();
B. A::fun();
C. fun();
D. mybase.fun();
Answer» B. A::fun();


Discussion

No Comment Found