se-edu / se-book

:book: Online Book: Software Engineering for Self-Directed Learners
https://se-edu.github.io/se-book/
42 stars 32 forks source link

cppToJava/inheritance: Fix bug in access modifiers #109

Closed waynetee closed 3 years ago

waynetee commented 3 years ago

Correct me if I'm wrong, I believe that assuming everything is in the same package, there is no difference between public and protected

damithc commented 3 years ago

Thanks for the fix @waynetee