abstract methods?

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?
look up the `virtual' keyword
Topic archived. No new replies allowed.