Interview Questions

What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

C++ Interview Questions and Answers


(Continued from previous question...)

What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

virtual

(Continued on next question...)

Other Interview Questions