Why overriding is called runtime polymorphism?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

Which is the Best plateform for PHP?

7 Answers   DLF, Net Solution,


In How many ways can u represent Not equal?Give Syntax of all ways..

3 Answers  


What is difference between isset and empty in php?

0 Answers  


What is "print" in php?

0 Answers  


What is difference between web service and api?

0 Answers  






Tell me how is it possible to propagate a session id?

0 Answers  


How can we determine whether a php variable is an instantiated object of a certain class?

0 Answers  


What is the difference between == and === operator in PHP?

0 Answers  


What are the new features in php 7?

0 Answers  


What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?

11 Answers   HCL, Rushmore Consultancy, Thursday Technology,


write a program to print [123] [456] [789] note : braces also need to be printed

2 Answers   Net Solution,


Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.

0 Answers   Amazon, FGD,


Categories