What is polymorphism?
polymorphism is a concept of object oriented programming that allow object of a different class to be treated as object of a common super class
The basic idea behind polymorphism is that single method or function can be written to operate multiple th...
what-is-oops.hashnode.dev2 min read