Search:

Type: Posts; User: jim829

Search: Search took 0.12 seconds.

  1. Re: My second adventure of working with inheritance

    Your Construction class didn't extend Blade so none of the methods were inherited.

    Regards,
    Jim
  2. Re: My second adventure of working with inheritance

    The default constructor is provided if you don't add any other constructor. Then you must provide one if you want it. This is because you may want to force a constructor to be used if you are...
Results 1 to 2 of 2