Straight Linked List Implementation
void Node::Top()
{
cout <<"This Cat's Age is "<< this->GetNext()->GetCat()->GetAge()<< endl;
}
Previous slide
Next slide
Back to first slide
View graphic version