ARamsey118 / Reverse-Javadoc

Reverses javadocs and creates stubs
MIT License
2 stars 1 forks source link

Constructor #3

Open StephanieSoldavini opened 9 years ago

StephanieSoldavini commented 9 years ago

If a class extends an abstract class, add the "super" constructor. Check the attributes in the super's constructor and pass those into the super() and then do the remaining this.attribute = attribute for the rest of the passed in attributes in the child constructor