Search:

Type: Posts; User: michael.duffy31

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    2,067

    Re: General question about Interfaces

    Thank you very much. I'm an old Cobol programmer (30+ years) trying to understand new technologies. I appreciate your help!
  2. Replies
    5
    Views
    2,067

    Re: General question about Interfaces

    Hello! Thanks for your reply. Being a beginner I have to ask you a simple question. What does this code do? Is there a method called Drivable in
    Arraylist? What does (new Car()); do? What does...
  3. Replies
    5
    Views
    2,067

    General question about Interfaces

    If I create an interface called 'abc' with these 3 methods, public void display() ; public void print() ; public void sample() ; and I implement them into class 'def' and display them, why do I need...
Results 1 to 3 of 3