The DejaVU Framework -- hush 3.1

include: professional-program-26-CarFactory-Car.h /cygdrive/d/www/media


- [up] [top] - index make include source logic grammar scripts html configure mx slides talks scenes reports projects
<body bgcolor="#FFFFFF" text="#000000">

<blockquote> Car.h </blockquote>



include 

<h4 align=right text=red> Car</h4><hr>
  class Car
{
 public:
  virtual void info() = 0;
};
<hr>


<hr>

Ford</h4>
  class Ford : public Car
  {
   public:
    virtual void info() { std::cout << "Ford" << std::endl; }
  };


  
  

Toyota</h4>
  class Toyota : public Car
  {
   public:
    virtual void info() { std::cout << "Toyota" << std::endl; }
  };


  


(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. <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-2780434-1"; urchinTracker(); </script>

Hush Online Technology
hush@cs.vu.nl
10/19/08