topical media & game development

talk show tell print

professional-program-25-Simple-SubSimple.c

? / professional-program-25-Simple-SubSimple.c


  
SubSimple.cpp Implementation of a simple subclass

  
  
  include <SubSimple.h>
  
  SubSimple::SubSimple() : Simple() 
  {
      // Implementation of constructor
  }
  
  SubSimple::~SubSimple()
  {
    // Implementation of destructor
  }
  
  void SubSimple::publicMethod()
  {
    // Implementation of overridden method
  }
  
  void SubSimple::anotherMethod()
  {
    // Implementation of added method
  }
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.