Computer Science, asked by aqsazia23, 2 months ago

What is relation between abstract class and overloading ? Explain your answer with the help of C++ code.​

Answers

Answered by negiabhishek236
1

Answer:

In simple , Yes you can overload it . An abstract method has no body ,when it's declared, and when you implement an interface that have abstract method, you must have to override the method and you can overload it as well.

Similar questions