问题描述
我怀疑reg虚拟构造函数
什么是虚构造函数?
c ++是否支持虚拟构造函数?
任何人都可以向我解释虚拟构造函数吗?
问候,
Mani
Hi,
I have doubts reg virtual constructor
what is virtual constructor?
Is c++ supports virtual constructor?
Can anybody explain me about virtual constructor?
Regards,
Mani
推荐答案
Raw C ++无法调用虚构造函数(因为构造函数不是
真的是一个函数)。可能有一些常见的设计模式。
你如何使用谷歌来调查这个主题并在这里报告?
-
Phlip
< - 不是博客!!!
Raw C++ cannot call a constructor virtually (because a constructor is not
really a function). There''s probably some common design pattern.
How about you use Google to survey the topic and report back here?
--
Phlip
http://www.greencheese.org/ZeekLand <-- NOT a blog!!!
是的,请参阅常见问题解答。
Hth。,
- Alf
-
答:因为它弄乱了人们通常阅读文字的顺序。
问:为什么这么糟糕?
答:热门发布。
问:usenet和电子邮件中最烦人的事情是什么?
Yes, see the FAQ.
Hth.,
- Alf
--
A: Because it messes up the order in which people normally read text.
Q: Why is it such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
这篇关于虚拟构造函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!