Contents

Which of the following cannot be used with virtual keyword?
a) class                                  
b) member function
c) constructors   
d) destructors

c

Which concept is used to implement late binding?
a) virtual function             
b) operator functions
c) constant functions
d) static functions

a