Cpp Programming 94 – Which of the following concepts is used to implement late binding?

Question: Which of the following concepts is used to implement late binding?
[A]. Virtual function
[B]. Operator function[C]. Const function
[D]. Static function

Answer: Option A