What exactly is polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
What is the benefit of oop?
Tell me the scenario,Where we can use interfaces or Abstract class.And What is the difference between interfaces and abstract class?
What is abstraction in oops?
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
Why do we use polymorphism?
When is an object created and what is its lifetime?
what is oppes
How do you achieve runtime polymorphism?
Difference ways of Polymorphism?
Can we call a base class method without creating instance?
define oops concept with example
what is the use of mutable key word