Search:

Type: Posts; User: mgutierrez19

Search: Search took 0.13 seconds.

  1. Thread: OOP

    by mgutierrez19
    Replies
    2
    Views
    1,818

    Re: OOP

    I started that and thats all I have i dont know what to put in for the code.
    this is the class world

    import java.io.*;

    public class World
    {
    private int size;
    private Individual[][]...
  2. Thread: OOP

    by mgutierrez19
    Replies
    2
    Views
    1,818

    OOP

    Just need help getting this class started if anyone can help me out please

    • Object NaiveWorld that inherits from World:
    o Attributes: no more than in the parent class World
    o Methods: ...
Results 1 to 2 of 2