Computer Science, asked by Avirajj6283, 11 months ago

Difference betwwen static and dynamic polymorphism in c++

Answers

Answered by Zisha7
4

In static polymorphism memory will allocated with comphile-time.

In dynamic polymorphism memory will

allocated at a run time.

Similar questions