class BuckysClass{
public:
voil coolSaying(){
cout << "preachin to the choir" << endl;
}
};
BuckysClass buckysObject;
buckysObject.coolSaying();
class BuckysClass{
public:
voil coolSaying(){
cout << "preachin to the choir" << endl;
}
};
BuckysClass buckysObject;
buckysObject.coolSaying();