On the page Inheritance & Super the following paragraph:
This class extends Guitar, which means that it has all the characteristics of the parent class. The constructor and profit functions are exactly the same, the only difference is that you make a call to Fender instead of Guitar when constructing an instance.
doesn't make much sense in the context. What are Fender and the profit functions and where were they previously mentioned/defined?
On the page Inheritance & Super the following paragraph:
doesn't make much sense in the context. What are Fender and the profit functions and where were they previously mentioned/defined?