Can we call a base class method without creating instance?
Answer Posted / vijaya
by declaring that method as static we have call it without creating instance of that class.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the problem with multiple inheritance?
What does and I oop mean in text?
What is data binding in oops?
What is encapsulation process?
Why do we use encapsulation in oops?
What is pure oop?
Templates mean
Why it is called runtime polymorphism?
What are the benefits of polymorphism?
What is encapsulation with real life example?
Why do we use class?
What is coupling in oops?
Why is static class not inherited?
Who invented oop?
What is byval and byref? What are differences between them?