Which keyword is written to use a variable declared in one
class in the other class?
Answer Posted / saravanan
public or protected
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
what is difference between class template and template class?
What is encapsulation in oop?
What is constructor overloading in oop?
What is super in oop?
can we make game by using c
What is polymorphism explain?
Why do while loop is used?
Get me a number puzzle game-program
What is polymorphism give a real life example?
Which language is pure oop?
What is static modifier?
What is overriding in oop?
How do you define a class in oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?