When it comes with Inheritance, what Exactly is the difference between method overriding and late static binding?
Asked
Active
Viewed 92 times
0
-
2Please google these terms. There's loads of resources available to you which explain them in depth if you'd just search for them. – tnw Jun 28 '16 at 18:17
-
Sure, But stack overflow community can give a batter answer. – Rahman Qaiser Jun 28 '16 at 18:24
-
No, you're just being lazy and not bothering to make some research effort. – tnw Jun 28 '16 at 18:29
-
3If only there was some website that you could search and it would find you a result like this: http://php.net/manual/en/language.oop5.late-static-bindings.php – danielrsmith Jun 28 '16 at 18:35
1 Answers
2
Late static binding is essentially method overriding for static methods. There are some subtle differences in how they are actually carried out by the compiler. See What exactly are late static bindings in PHP?

Community
- 1
- 1

Infamous911
- 1,441
- 2
- 26
- 41