This document discusses Java access modifiers and how they can be overridden. It covers the public, private, and protected access modifiers and the order they can be overridden in. It also mentions that class level variables don't use access modifiers and briefly lists other Java keywords like final, abstract, and static that are important but not access modifiers.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
32 views3 pages
Access Modifiers: - Public - Private - Protected
This document discusses Java access modifiers and how they can be overridden. It covers the public, private, and protected access modifiers and the order they can be overridden in. It also mentions that class level variables don't use access modifiers and briefly lists other Java keywords like final, abstract, and static that are important but not access modifiers.