Search:

Type: Posts; User: robin_

Search: Search took 0.21 seconds.

  1. Replies
    4
    Views
    1,299

    Re: Question regarding superclasses & subclasses

    Oh now I see, thanks a lot! I might come back later with some more questions , but this was very helpful thank you!
  2. Replies
    4
    Views
    1,299

    Re: Question regarding superclasses & subclasses

    That gives me the impression of student2 being a Person as well as a Student, correct?

    However, I did create a method (getNumber) in the class Student that did return a number (just for testing),...
  3. Replies
    4
    Views
    1,299

    Question regarding superclasses & subclasses

    Hello

    I'm trying to understand some basics of classes that extends from other classes. I wonder if I could get some help.

    Assume I have the following class


    public class Person{
    private...
Results 1 to 3 of 3