WePay interview question

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

Interview Answer

Anonymous

8 Oct 2011

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