[Solved] A couple small basic questions making issues [closed]


First, format your code well. Second, I don’t see your link. Lastly, these kind of questions are not for stack overflow but I’ll answer it anyway.

  1. Package is basically like a folder that classes and other files are stored. Project is the whole thing – group of packages. You are good with what you have.

  2. You didn’t specified what kind of error this is…. BUT I’m guessing you probably didn’t make basketball class. Or put correct constructor in basketball class. Or…. I don’t know. Tell me what your error it is.

  3. OH now I see it.
    You were suppose to put that file in same folder as the basketballTest class. If don’t, that will give you an error.(because compt have no idea what basketball is) Or you can make a whole new class and just copy the code.

2

solved A couple small basic questions making issues [closed]