In C++, which of following statements accurately describe a base class destructor calling a virtual function override of a derived class?A. the base class destructor calls the virtual function of the base Latest Answer: Explanation:In C++, if you call a virtual function from a constructor or destructor, the compiler calls the instance of the virtual function defined for the class