Contoh:
class CPolygon {
protected: int width, height; ---- data
public: void set_values (int a, int b) ---- function
{
width=a; height=b;
}
};
Sometimes life needs more seriousness~
0 komentar:
Posting Komentar