Question: 1. What makes a function considered as polymorphic for the purposes of this course? A. virtual keyword B. The static keyword C. The way the
1. What makes a function considered as polymorphic for the purposes of this course?
A. virtual keyword
B. The static keyword
C. The way the function implementation is written
D. If it is overridden from the parent (same signature)
E.If it is overloaded from the parent (different parameters)
2. Which of the following statements is true about virtual function tables in C++?
A. Every object contains a virtual function table.
B. Every object points to a virtual function table.
C. Every object points to a virtual function table.
D. None of the other statements are true.
3.The concept of black-box vs. white-box refers to the __________ of an object or system.
A. Visibility
B. Modularity
C. Simplicity
D. Linkage
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
