Polymorphism can be implemented using ............ functions
Answers
Answered by
0
Explanation:
Compile time polymorphism: This type of polymorphism is achieved by function overloading or operator overloading. ... Functions can be overloaded by change in number of arguments or/and change in type of arguments.
Answered by
0
Inclusion polymorphism, or method overriding, can be achieved in C# using virtual methods. In method overriding, you have methods having identical signatures present in both the base and the derived classes. You would typically want to use virtual methods to implement run-time polymorphism or late binding.
Explanation:
Have a nice day
Similar questions