When a virtual function is called by referencing a specific-04051
When a virtual function is called by referencing a specific object by name and using the dot member selection operator <br>(e.g., squareObject.draw()), the reference is resolved at compile time.
This multiple choice question (MCQ) is related to the book/course vu cs304 Object Oriented Programming. It can also be found in vu cs304 Final Term - Quiz No.7.