WePay Interview Question

What is the difference between inheritance in PHP vs. Javascript?

Interview Answer

Anonymous

Oct 8, 2011

In PHP, inheritance occurs within the Class, whereas in Javascript, inheritance occurs within the Object.