I have four packages in my program, among them i would like one and only one, to be accessible from the outside, by a user of my program. Brievly, my programm, should be like a black box with only one entry(one of the package).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can’t. But prefixing the “implementation” modules with a single underscore will act as an indicator that they should not be used directly.