Search:
Forum
General C++ Programming
virtual function = 0;
virtual function = 0;
Jun 18, 2009 at 6:34pm UTC
hjtuhh2009
(14)
waht is this means?
for example:
1
2
3
4
5
class
CFahrstil {
public
:
virtual
void
fahren() = 0; };
waht is the advantage?
Jun 18, 2009 at 6:45pm UTC
Zhuge
(4664)
It's called a pure virtual function.
http://www.cplusplus.com/doc/tutorial/polymorphism/#abstract
Jun 18, 2009 at 6:51pm UTC
hjtuhh2009
(14)
Thanks!
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs