Supreme Soft interview question

How does inheritance differ between C, C++ and Java

Interview Answer

Anonymous

6 May 2012

C being non OOPS based, has no inheritance. C++ allows multiple inheritance. Java allows only single inheritance