Search:

Type: Posts; User: arhzz

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    Hey just to update on the thread,I have resolved the input issue by using In.readString() and putting the article name under " " in the CMD.
  2. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    Well, to be honest I dont even know what debuggin is, we haven't covered that part yet.And about the print statements I will try thanks for the idea.
  3. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    Hey folks! So after a few days of coding I have done finished this program partially. What I mean by that is the following:




    public static Warehouse fromCsv(String file) {
    In.open(file);...
  4. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    Well the diagram says to do so, okay thanks I'll see what i can figure out
  5. Replies
    9
    Views
    740

    [SOLVED] Re: Interface and abstract class problem

    Is there any way to avoid putting all of those methods in that class,because if i put the getDescription() method I need to put the other 2 as well?
  6. Replies
    9
    Views
    740

    [SOLVED] Interface and abstract class problem

    Hey guys, so I am trying to learn how to use interfaces abstract classes , and I've ran into a problem. So this is my code




    interface Article {
    public String getName();
    public double...
Results 1 to 6 of 6