Home C-plus-plus C++ _______________ is a member function that is declared within a base class and redefined by derived class. a. virtual functionb. static functionc. friend functiond. const member functionANSWER: virtual function
Post a Comment