Arkanoid Remake
1.0
|
App interface definition. More...
#include <string>
Go to the source code of this file.
Classes | |
class | App |
Application interface definition. More... | |
App interface definition.
Even if this definition seems to be almost useless within this project, in an well designed object-oriented software you must provide some mechanisms to ease the extension and the maintenance of the source code. In this view here we define a generic interface that can be accessed by an external program, without the need to define the implementation, that can be changed and extended in future without affecting the interface definition.