Which keyword is written to use a variable declared in one
class in the other class?
Answer Posted / monica
public
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is polymorphism achieved?
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
What is inheritance in oop?
What is difference between pop and oop?
Can static class have constructor?
What is constructor overloading in oop?
Why is oop better than procedural?
What are benefits of oop?
Can an interface inherit a class?
What are the benefits of polymorphism?
What are the two different types of polymorphism?
What is polymorphism and types?
What is persistence in oop?
What is an advantage of polymorphism?
Why do we need polymorphism in c#?