Q. In Java, can a subclass inherit private fields from its superclass?
β
Correct Answer: (C)
No, private fields are not inherited by subclasses
You must be Logged in to update hint/solution