Java is purely object oriented or not
When compared to other object oriented programming languages like C++, java is more object oriented.But there are some object oriented features like operator overloading,multiple inheritance (indirectly implemented) etc which are not supported by java.So we cannot say that java is purely object oriented.The recommended answer is NO.
Comments
Post a Comment