what is virtual functionwhile derived class


What is virtual function?

While derived class overrides the base class method by redefining the same function, after that if client wants to access redefined the method from derived class by a pointer from base class object, then you must describe this function in base class as virtual function.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: what is virtual functionwhile derived class
Reference No:- TGS0204808

Expected delivery within 24 Hours