If the following function is in a base class, which of the following are polymorphic declarations of the same function in the derived class? virtual
virtual void print( ostream& out);
a. virtual void print ( ostream& out);
b. void print( ostream& out);
c. void print();
d. virtual void print();
e. A and B
f. A and D
e. A and B
Computer Science & Information Technology
You might also like to view...
A __________ separates the whole number and fractional parts of a binary floating point number.
Fill in the blank(s) with correct word
Computer Science & Information Technology
InfoSec is a continuous series of policies that comprise a process. __________
Answer the following statement true (T) or false (F)
Computer Science & Information Technology