virtual copy constructor

P

puzzlecracker

why there is not virtual constructor exist?
if it did what would be possible uses?
 
I

Ian McCulloch

puzzlecracker said:
why there is not virtual constructor exist?

Because it has no possible uses. Derived constructors must call a base
class constructor anyway, making it virtual would have no effect.
if it did what would be possible uses?

See answer to first question.

Ian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,200
Messages
2,571,046
Members
47,646
Latest member
xayaci5906

Latest Threads

Top