Created
November 14, 2018 02:39
-
-
Save klanjabrik/2cb68ca4fffe2b3bd7c842d63cffc25f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef Kucing_h | |
#define Kucing_h | |
namespace klanjabrik { | |
void takonKabar(); | |
class Kucing { | |
public: | |
Kucing(); | |
void bicara(); | |
virtual ~Kucing(); | |
}; | |
} /* namespace klanjabrik */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment