code test DevelopmentBy studydev2013년 9월 30일Leave a comment// A sample class class Human { private int age = 0; public void birthday() { age++; print(‘Happy Birthday!’); } }