Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: java inheritance

    by Norm
    Replies
    7
    Views
    1,098

    Re: java inheritance

    Please copy the full text of the command prompt window from when the code is executed showing the command line and the printout from the program.

    On windows: To copy the contents of the command...
  2. Thread: java inheritance

    by Norm
    Replies
    7
    Views
    1,098

    Re: java inheritance

    The code:


    System.out.println("i am parents method");
    }
    What you said is printed: "i am parent's method"

    Its clear that the posted code is not what is executed and printing the output. The...
  3. Thread: java inheritance

    by Norm
    Replies
    7
    Views
    1,098

    Re: java inheritance

    You forgot to post the contents of the command prompt window that shows the program's output.

    Please edit your post and wrap your code with code tags:


    <YOUR CODE HERE>

    to get highlighting...
  4. Thread: java inheritance

    by Norm
    Replies
    7
    Views
    1,098

    Re: java inheritance

    There is no relationship between the class Parent and the class Child. Try again by having the Child class extend the Parent class.
Results 1 to 4 of 4