Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6851549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:15:42+00:00 2026-05-27T01:15:42+00:00

Good morning I am learning Java and trying to understand the access to class

  • 0

Good morning

I am learning Java and trying to understand the access to class members inside a package.
I have to files in MemberAccess directory and called the package unitOne.MemberAccess(is that right?)

Here is the simple example.

package unitOne.MemberAccess;

public class Parent 
{
    private String secret = "This is my secret"; 
    protected String inherit = "All my money";

    int age = 100; 

    public void singInShower()
    {
        System.out.println("la-di-da");
    }
}   

new I created a seperate file in the same package called OtherPerson.

package unitOne.MemberAccess;

class OtherPerson
{


    public static void main(String[]args)
    {
        OtherPerson op = new OtherPerson();
        System.out.println(op.inherit);
        System.out.println(op.age);
    }   

}

The problem is that I get a compile time error explaining to me that the symbol cannot be found.
But in my understanding protected and default members in the same package as another class can be viewed by that class.

Regards
Arian

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T01:15:42+00:00Added an answer on May 27, 2026 at 1:15 am

    A member of one class (whether private, public, protected or default) is Never visible to other Class. NEVER….That would be a night mare. Accessing other members and visibility of other members come into play when one class Inherits other class. So either you need to extend class, implement parent child relationship. Then what you are saying would be true

    and yes, where I live, its Good Evening here at this point of time 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

good morning, I was trying the SharedPreferences Class and I have created two classes,
Good Morning, I have a SharePoint site that I've been trying to fix up
Good morning, Suppose I have a class public class Class { int something; int[]
Good morning, I have a .Net 2.0 runtime DLL that I am trying to
Good morning. I have an XML file which contains lists of warning and errors
Good Morning, i have some Trouble with the Zend Framework and Zend_DB_Select, i want
Good Morning All, I have loaded over 1,300 blurbs into my client's database with
Good morning friendly Flashers ;) So I've been trying since yesterday to just load
Good morning, I have a bit of a dilemma. I have a webservice reference
Good Morning! Given: public class FooClass { public void FooMethod() { using (var myEntity

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.