Virtual functions r used in C++...if u derive a class from another class and both have functions with the same name...then all the functions calls made by that name will refer to the base class function but it can be overridden by declaring the base class function as Virtual...