Hello Friends!
I have a base class in C++. Now I want to define a function in base class with polymorphic functionality. So that it can be applied to values of different types. What is the method for defining that function?
Please friends guide me.
Thanks