Search:

Type: Posts; User: CADman

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Beginner having trouble with OOP programming

    Thanks Norm, I took your suggestions and have made great stride. I now only have an Animal class, GameSetUp class and a SheepHerder class. None of them extends and the program now resets after each...
  2. [SOLVED] Re: Beginner having trouble with OOP programming

    The use of the 'extends' are most likely not needed. Like I said, I am very new to Java and am just starting to learn it. As I was researching my current problem, I saw someone in a you tube video...
  3. [SOLVED] Re: Beginner having trouble with OOP programming

    I put in the game setup class, a method that is supposed to create a new instance of the grid,


    public void newGameSetUp(){
    //adds 1 to the current level number
    levelNumber++;...
  4. [SOLVED] Beginner having trouble with OOP programming

    Hello everyone, I am very new here and even newer when it comes to Java. In my current course, my final assignment, I have to create a game, quick summary, you have a 5x5 grid, a sheep is in one...
Results 1 to 4 of 4