C++ Programming Questions


Q.  Which of the followings are true about Virtual functions?

a. They must be non-static member function of the class
b. They cannot be friends
c. Constructor Functions cannot be virtual
d. All of these



 
 

    Discussion

Post your comment / Share knowledge