| c++ Programming Glossary: commandabstractionDiamond inheritance (C++) http://stackoverflow.com/questions/379053/diamond-inheritance-c  of commands. So I have the following design class CommandAbstraction CommandAbstraction ~CommandAbstraction 0 void Read 0 void Write.. So I have the following design class CommandAbstraction CommandAbstraction ~CommandAbstraction 0 void Read 0 void Write 0 void Restore.. design class CommandAbstraction CommandAbstraction ~CommandAbstraction 0 void Read 0 void Write 0 void Restore 0 bool IsWritten implemented.. 
 |