This is my personal collection of interview questions. Answers are not provided for many of them but can easily be found through online research. Good luck! :)
Saturday, 23 June 2012
To invoke the virtual toString() function defined in GeometricObject from a Circle object c, use : A. ((GeometricObject*)c)->toString(); B. c.super.toString() C. (GeometricObject*)c->toString(); D. c->GeometricObject::toString()
No comments:
Post a Comment