There are 2 classes . Class A and Class B. In Class A i declared
a variable in private. if we can access this private variable in
Class B. If yes means , how we can access ?
Answers were Sorted based on User's Feedback
Answer / sree
if the variable is private.Declare setter and getters to
the variable and access the varible using the setter and
getters in the other class
Is This Answer Correct ? | 34 Yes | 1 No |
Answer / anant
The variable declared in class a should be directed available
in inner class because.
Getter and setter is also another way.
Is This Answer Correct ? | 11 Yes | 1 No |
Answer / sudhakar
private variables are not accessible by the subclasses, either the class B should be the inner class of class A or we have to go through the java reflection api.
Is This Answer Correct ? | 0 Yes | 1 No |
Answer / deepak sarao
with the help of friend function u can access private of
class A in class B
Is This Answer Correct ? | 5 Yes | 19 No |
Answer / anup
we can easily use of private variable of class A by class B
by inherits by extends keywords as a publicly.then every
variable which are present in base class as behave in derive
class.
Is This Answer Correct ? | 1 Yes | 25 No |
What is client-certificate authentication?
How does javac compiler work?
What is application client container?
what is transaction?what are the differenr type of transactions
What is conversational state?
Is java a web technology?
Define thin client?
Describe action form?
static variable is a class variable which value remains constant for the entire class?? variable means value is changed....hear value is not changed... why it is called static variable
when i m calling java for web browser . so browser it's not support. show error in browser: internal error occur. java.lang.NoClassDefFoundError. will you give me solution why it's not starting browser.? is there any consult with .net framework2.0?
What are j2ee components?
What is java listener?