If a member function is virtual, then when can static binding be used?
a. If the object is accessed through a pointer
b. If the object is accessed directly
c. Both (a) and (b)
d. Neither (a) nor (b)
e. Sometimes (a) and sometimes (b)
B
Computer Science & Information Technology
You might also like to view...
Weather sites often retrieve current weather conditions from a ____ and display them in a Web page.
A. database B. table C. form D. template
Computer Science & Information Technology
If you do not use the ____ method to notify the Web browser that you are finished writing to the window, any new calls to the write() and writeln() methods are appended to the existing text that is currently displayed in the window.
A. finish() B. exit() C. open() D. close()
Computer Science & Information Technology