C++: Difference between revisions

9 bytes removed ,  16 years ago
m
→‎Why?: Remove duplicate words
[unchecked revision][unchecked revision]
m (→‎Why?: Remove duplicate words)
Line 17:
 
====Why?====
It is a requirement of C++ to provide a backup back up function to call when a virtual function cannot be called.
 
====Enabling pure virtual functions====
Anonymous user