A
asdf
The derived class can redefine the virtual function in the base class.
So, the derived class can redefine the return type, the parameters
list, and the whole content of the virtual function. The derived class
only need to keep the name of the virtual function.
Is this right? Thanks.
So, the derived class can redefine the return type, the parameters
list, and the whole content of the virtual function. The derived class
only need to keep the name of the virtual function.
Is this right? Thanks.