Possible Duplicate:
How do you declare an interface in C++?
Interface as in java in c++?
I am a Java programmer learning C++, and I was wondering if there is something like Java interfaces in C++, i.e. classes that another class can implement/extend more than one of. Thanks. p.s. New here so tell me if I did anything wrong.