0
is java a pure object oriented language
please explain
5 Antworten
+ 2
yes
+ 2
java inlcudes all the oop concepts such as inheritance,polymorphism,classes,interfaces and more cool stuff like GUIs and applets etc if u want detailed info google it
+ 1
can you explain it
+ 1
Yes! Java is a pure object oriented programming language, which has
1) Abstract
2) Polymorphism
3) Encapsulation
4) Inheritance
5) Networking, so it is oops language
+ 1
yes it is! because it supports the features of oops which is as follows:
1. Class
2. Object
3. Polymorphism
4. Inheritance
5. Abstraction
6. Encapsulation