Search:

Type: Posts; User: u-will-neva-no

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    1,436

    Re: Inheritance not working!

    ah, it looks like my objects were causing the issue. I shall have a look to see why that is. The throws IOException did the trick, thanks for your help copeg, much appreciated!
  2. Replies
    4
    Views
    1,436

    Re: Inheritance not working!

    Thanks for the reply. I tried this:


    public SenderReceiver(String host,int port)throws IOException{
    super(host,port);
    }

    but get a "cannot retrieve symbol"
  3. Replies
    4
    Views
    1,436

    Inheritance not working!

    Hey everyone, I am basically trying to just use the super keyword to call my subclass:



    public class SenderReceiver extends MultiEchoClient{

    public SenderReceiver(String host,int port){...
Results 1 to 3 of 3