Does C++ Have Interfaces?
Anonymous
C++ does not understand the concept of interfaces. However, since an interface is a "contract" that an object must adhere too, it is possible to create an interface by defining a class without member variables and with member functions defined as pure virtual.
Check out your Company Bowl for anonymous work chats.