Difference betwwen static and dynamic polymorphism in c++
Answers
Answered by
4
In static polymorphism memory will allocated with comphile-time.
In dynamic polymorphism memory will
allocated at a run time.
Similar questions