cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
abstract methods?
abstract methods?
Mar 7, 2012 at 8:43pm UTC
cheeseLover23
(2)
What is the equivalent in C++ of an abstract method in Java? What's an example of the C++ syntax for implementing that. What is the C++ equivalent of a Java abstract class?
Mar 7, 2012 at 8:56pm UTC
Texan40
(645)
look up the `virtual' keyword
Topic archived. No new replies allowed.