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 types of inheritance?
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
What is polymorphism explain its types?
What is difference between abstraction and encapsulation?
There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?
C#.net Interview Question A=10 B=5 C=A+B Print C The above will be given in a multiline textbox. You need to parse the above input, store values for A,B&c. And you have to display the value of C.
diff between Abstract class Interfaces?
What is difference between inheritance and polymorphism?
Conversion from a basic type to a class type may be achieved using______________
What is encapsulation process?
How do you make derived class as an abstract class?
What is class and object with example?