employer cover photo
employer logo
employer logo

Evertz Microsystems

Is this your company?

Evertz Microsystems Interview Question

What is a virtual function?

Interview Answers

Anonymous

Nov 24, 2017

It is a function in parent class. The child class which inherits parent class can override the virtual class.

Anonymous

Nov 24, 2017

Sorry! It should be "override the virtual function". If the virtual function is not override by the child class, the child class will have that original virtual function