C++ Programming Question:
Download Questions PDF

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

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

virtual

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is virtual class and friend class?What do you mean by binding of data and functions?