Computer Science, asked by kunal13062003, 6 months ago

Polymorphism can be implemented using ............ functions

Answers

Answered by GODAFALCON
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 JonathanJames4
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