About Question enthuware.ocajp.i.v8.2.966 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
Rinkesh
Posts: 35
Joined: Sat Nov 25, 2017 4:13 pm
Contact:

About Question enthuware.ocajp.i.v8.2.966 :

Post by Rinkesh »

Members with default accessibility are only accessible within the class itself and from classes in the same package.
Protected members are in addition accessible from subclasses. Members with private accessibility are only accessible
within the class itself.

Protected Members are in addition accessible from subclasses in different package* otherwise there is no difference between default and protected.

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocajp.i.v8.2.966 :

Post by admin »

Protected members are in addition accessible from subclasses. Package is immaterial.

Default members are accesible from same package. Subclass is immaterial.

Rinkesh
Posts: 35
Joined: Sat Nov 25, 2017 4:13 pm
Contact:

Re: About Question enthuware.ocajp.i.v8.2.966 :

Post by Rinkesh »

Okay Thanks!

Post Reply

Who is online

Users browsing this forum: No registered users and 22 guests