Próbowałem wymyślić, jak to zrobić, ale nie jestem pewien, jak to zrobić.
Oto przykład tego, co próbuję zrobić:
class test {
public newTest(){
function bigTest(){
//Big Test Here
}
function smallTest(){
//Small Test Here
}
}
public scoreTest(){
//Scoring code here;
}
}
Oto część, z którą mam problemy, jak wywołać bigTest ()?