+ 2
Does Constructor Overloading comes under Polymorphism?
If it is so, then which type of Polymorphism it is. Run time or Compile time.....
2 Respostas
+ 2
it is compile time polymorphism for further query check this link
https://www.quora.com/Is-constructor-overloading-example-of-runtime-polymorphism
+ 2
Another excellent answer. I also liked the article referenced in the Quora link:
- http://www.geeksforgeeks.org/virtual-functions-and-runtime-polymorphism-in-c-set-1-introduction/