eh3rrera / ocpj8-book

Study guide for the Oracle Certified Professional, Java SE 8 Programmer Exam (1Z0-809)
Other
131 stars 91 forks source link

Chapter 2 - Ambiguous Class Name #77

Closed Ellephy closed 5 years ago

Ellephy commented 5 years ago

In Self-Test 5, it is described as follows:

class Question_2_5 extends SuperClass

But SuperClass is not mentioned in the question.

eh3rrera commented 5 years ago

Thanks @Ellephy, extends SuperClass shouldn't be there. I have removed it. Thanks again 👍