Search:

Type: Posts; User: joshhw

Search: Search took 0.06 seconds.

  1. Replies
    2
    Views
    1,244

    Re: Creating an object through a class parameters

    thanks, turns out he just didn't want me to create the new object in the private fields, but just create:

    private ArrayList <Author> authors;
    which (*I'm told) will be filled with data passed...
  2. Replies
    2
    Views
    1,244

    Creating an object through a class parameters

    I'm trying to figure out how to create a class through a constructor's parameters here is my code:


    public class Article {
    private String title;
    private String body;
    private ArrayList...
  3. Replies
    2
    Views
    824

    I love and fear Sharks.

    I've decided to follow the guidelines and post a "hello" in here, while the title is off slightly, I just feel like saying "Hello, I'm new here" is not adding anything. My name is Josh, Super...
Results 1 to 3 of 3