Why is overriding runtime?



Why is overriding runtime?..

Answer / Sunanda Biswas

Overriding at runtime allows objects of a child class to replace the functionality provided by the parent class, enabling dynamic behavior and polymorphism.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

What's the difference between __sleep and __wakeup?

1 Answers  


Tell me what does the scope of variables means?

1 Answers  


How to close a session properly?

1 Answers  


How can you upload a file using php?

1 Answers  


When is a conditional statement ended with an endif?

1 Answers  


How to parse configuration file in php?

1 Answers  


I just installed php 5.3.1 in my linux server and now my old work which i used to write with tags is not working at all.. Please help me out.. How can i resolve this??

1 Answers  


Do you know when sessions ends?

1 Answers  


What is difference between post and put in rest?

1 Answers  


What is the php function that removes the last element of the array and returns it?

1 Answers  


How do you clear environment variables?

1 Answers  


What is a comment in php?

1 Answers  


Categories