This issue describes how to implement the inheritance concept exercise for the Java track.
Please please please read the docs before starting. Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintainers' time. So, before diving into the implementation, please read up on the following documents:
Please also watch the following video:
The goal of this exercise is to teach the student the Concept of Inheritance in Java.
N/A
inheritanceobjectsclassesAny data types used in this exercise (e.g. strings) should also be added as prerequisites.
Nothing to report
This exercise does not require any specific representation logic to be added to the representer.
This exercise does not require any specific analyzer logic to be added to the analyzer.
To implement this exercise, please follow these instructions.
If you have any questions while implementing the exercise, please post the questions as comments in this issue.
Hi @mirkoperillo,
I'll like to take up this exercise. :)
One quick thing,
Implementing
To implement this exercise, please follow these instructions.
The above link in your description is giving 404!
The above link in your description is giving 404!
Sorry a typo, now it has been fixed.
@himanshugoyal1065 thank you, I assign it to you.
Feel free to ask for every doubt
Hi @mirkoperillo,
I was wondering if I can follow the same exercise as it is done by C#. (link: https://github.com/exercism/v3/blob/master/languages/csharp/exercises/concept/inheritance/.docs/instructions.md)
I think it will be good to have this consistency.
What are your thoughts?
TIA
Yes @himanshugoyal1065 absolutely
Hi @mirkoperillo,
How to run Prettier on the instructions pages? I wasn't able to find much about it. Can you please point me to some page where it is described?
Also, as @iHiD has added hacktober tag, can we have that for this issue as well?
TIA.
To run prettier from the command line/terminal, there are 2 scripts in the bin folder of the repo, format.cmd & format.sh for windows and posix respectively. From the root of the repo run bin/format.cmd or bin\format.cmd depending on you OS.
It can also be run from the PR directly by commenting with the text "/format".
@himanshugoyal1065 You don't actually need the hacktober tag for it to count against your hacktober count 馃檪
@iHiD, now you know that I'm participating for the first time :D
Most helpful comment
@iHiD, now you know that I'm participating for the first time :D