Redefining and overriding are exactly the same thing.

What will be an ideal response?


False If you put virtual in the base class for a function name whose
signature is the same down the inheritance chain, then you are overriding. If you
leave off the virtual keyword here you are redefining. A difference arises only
when you access the member function through a pointer or a reference to a base class and the object referred to is of a derived class type. Otherwise, the behavior is the same.

Computer Science & Information Technology

You might also like to view...

A(n) ________ is a series of cells that display vertically

Fill in the blank(s) with correct word

Computer Science & Information Technology

Like all variables, pointers can be initialized when they are ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Nothing diminishes application performance like inefficient code that takes up all of the available memory.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Most clip art and video games use raster graphics._________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology