Which keyword is written to use a variable declared in one
class in the other class?
Answers were Sorted based on User's Feedback
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 |
what is the use of template classes in c++
Write a macro for swapping integers
Why is oop better than procedural?
What is the types of inheritance?
what is costructor?
what is the difference between class to class type conversion and copy constructor ?
What is data binding in oops?
define oops concept with example
What is abstraction and encapsulation?
What is meant by multiple inheritance?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
what is the basic concept of inheritance?