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 the difference between encapsulation and polymorphism?
Explain the concepts involved in Object Oriented programming.
Why is destructor used?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
Templates mean
Where is pseudocode used?
What are two types of polymorphism?
What are the benefits of polymorphism?
What is meant by multiple inheritance?
What is multilevel inheritance?
What is a superclass in oop?
What type of loop is a for loop?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
How do you achieve runtime polymorphism?