I use a class B inherits from class A. The class A contains a function call an integer parameter. I want to override this method in Class B, making a virtual void Do loop (double f). Is that possible, if know then tell me the Difference between function overloading and polymorphism?
Bookmarks