#include "Dog.h"
#include <iostream>
using namespace std;
Dog::Dog()
{
}
Dog::~Dog()
void Dog::bark()
cout << "WOOF!" << endl;