Is Java is 100% pure OOPS? Explain?

Answer Posted / ajay

Java is not 100% pure OOP language because of:

1: Java doesn't support Multiple Inheritence directly.
2: We can call static methods and variables without
creating Object of class which is not supported by OOP.
3: Primitive data type which are not Object.

Those are the reasons why Java is not 100% pure language.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we write multiple catch blocks under single try block?

820


what do you understand by the term string with respect to java?

761


What is a lambda expression ? What's its use ?

782


What is a byte array?

826


What java ide should I use?

751


What is the difference between super class & sub class?

783


What is a substitution variable?

779


What is difference between this and super keyword?

743


What is meant by oops concept in java?

721


How do you create a reference in java?

690


What are internal variables?

763


What is appletviewer?

794


What is the purpose of static methods and variables?

735


What is difference between array and arraylist in java?

679


What is the difference between a switch statement and an if statement?

741