Supreme Soft Interview Question

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

Interview Answer

Anonymous

May 6, 2012

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