Late static binding हे inheritance मध्ये static contexts मध्ये कोणता class reference केला जातो हे नियंत्रित करते. मुख्य फरक: self:: कोड जिथे लिहिला आहे त्या class ला refer करते, तर static:: runtime मध्ये जो class actually called केला गेला तो refer करते — जेव्हा child class ला parent class चा static method inherit असला तर यात फरक पडतो.
