What is the advantage of runtime polymorphism?



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

Post New Answer

More PHP Interview Questions

Do you know how to declare an array in php?

1 Answers  


What is serialization in php?

1 Answers  


Is json a string php?

1 Answers  


How to retrieve the original query string?

1 Answers  


How big is nvarchar max?

1 Answers  


What is http get and post?

1 Answers  


Why overriding is called runtime polymorphism?

1 Answers  


How can we check the value of a given variable is a number?

1 Answers  


What is the difference between explode and split?

1 Answers  


How does php sessions work?

1 Answers  


How long does a session last in php?

1 Answers  


What is the difference between null and empty?

1 Answers  


Categories