Which of the following can be virtual?
a) Constructors
b) Destructors
c) Ordinary functions
d) Friend functions
e) Static functions
b) Destructors
c) Ordinary functions
Computer Science & Information Technology
You might also like to view...
What is a term used in typography that is defined in terms of the point size of a particular font?
a. Toast b. View c. Em d. Px
Computer Science & Information Technology
When you need an item in a program, but the program does not change the item's value, you can declare the item to be a constant by placing the word ____ before its declaration.
A. final B. const C. extern D. static
Computer Science & Information Technology