Which keyword is written to use a variable declared in one
class in the other class?

Answers were Sorted based on User's Feedback



Which keyword is written to use a variable declared in one class in the other class?..

Answer / sathya

public

Is This Answer Correct ?    46 Yes 1 No

Which keyword is written to use a variable declared in one class in the other class?..

Answer / poonam

We can use thses keywords Public ,Internal,Protected Internal, to use a variable in one class to other Class .

Is This Answer Correct ?    1 Yes 0 No

Which keyword is written to use a variable declared in one class in the other class?..

Answer / saravanan

public or protected

Is This Answer Correct ?    4 Yes 4 No

Which keyword is written to use a variable declared in one class in the other class?..

Answer / monica

public

Is This Answer Correct ?    0 Yes 0 No

Which keyword is written to use a variable declared in one class in the other class?..

Answer / monica

public

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

what does exactly the linker do?

1 Answers  


What is the difference between Home and $Home?

2 Answers   TCS,


Describe these concepts: Polymorphism, Inheritance and Abstraction.

0 Answers   TCS,


what is costructor?

1 Answers  


State what is encapsulation and friend function?

0 Answers   BirlaSoft,






What is command routing in MFC

1 Answers   GE,


What is abstraction in oop with example?

0 Answers  


Write a c++ program to display pass and fail for three student using static member function

0 Answers  


How do you achieve runtime polymorphism?

0 Answers  


Get me an image implementation program.

0 Answers  


what is inline function?

3 Answers  


why to use template classes in c++?

1 Answers  


Categories