Name:
Anonymous
2007-12-05 17:59
Generally, an interface base class us characterized by not having data members and having all member functions declared virtual.
Name:
Anonymous
2007-12-05 18:19
Interface base classes do not have constructors
Name:
Anonymous
2007-12-05 18:24
Interface base classes should have no member data.