Skip to main content

Questions tagged 'Interfaces'

1 questions

C++ help with interface (.h) files!!!!?

Could someone please assist me with creating an interface (.h file) for a class named Player in C++? The class should include the following components: A data member named name of type string. A data...