Abstract:Main essence of polymorphism feature of Object Oriented Programming provided by the developer Bjarne Stroustrup in C++ is Run Time Polymorphism using virtual member functions in base classes. Base class pointer keeps the address of derived class object but during run-time it calls the base class function, even functions in base and derived classes have same signatures. To call the same function of derived class by base class pointer, we make the base class function as virtual to implement "Run-Time polymorphis… Show more
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.