Answers

Question and Answer:

  Home  Programming Concepts

⟩ Explain virtual function?

virtual functions are the functions by which we can implement the concept of polymorphism ,ie one name with several distinct forms.a f'n preceded by a virtual keyword makes a function virtual means the compiler turns on the mechanism to perform late binding or dynamic binding.more of all,the same function name can be used to perform different tasks .

 176 views

More Questions for you: