What is the advantage of runtime polymorphism?
Answer / Jigyasa Kumari
The advantage of runtime polymorphism is that it enables objects to be manipulated based on their dynamic type (type at execution time), allowing for greater flexibility and code reusability.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know how to declare an array in php?
What is serialization in php?
Is json a string php?
How to retrieve the original query string?
How big is nvarchar max?
What is http get and post?
Why overriding is called runtime polymorphism?
How can we check the value of a given variable is a number?
What is the difference between explode and split?
How does php sessions work?
How long does a session last in php?
What is the difference between null and empty?