Current Forum: Homework 2 Forum |
Date: Sun Sep 23 2001 5:12 pm |
Author: Shi, Ying <shy@cmu.edu> |
Subject: Re: MazeCreator Class |
|
|
no need to extend the class.
but you need to make sure that you've already created an instance of that class if the function you're using from that class is an intance method/function v.s. static/class method in which case you can call directly by "ClassName.methodName(parameter value/s)". |
|