Which keyword is written to use a variable declared in one
class in the other class?
Answer Posted / 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 |
Post New Answer View All Answers
What is this pointer in oop?
How can you overcome the diamond problem in inheritance?
What polymorphism means?
officer say me - i am offered to a smoking , then what can you say
Which language is pure oop?
Explain virtual inheritance?
What is object in oop with example?
Prepare me a program for the animation of train
What is polymorphism and why is it important?
What is polymorphism and its types?
Which is better struts or spring?
What is the example of polymorphism?
How do you use inheritance in unity?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Can an interface inherit a class?