0
Anonymous
Yes. Java is an Object Oriented Programming Language and it supports the OOPS concepts like Inheritance, Polymorphism etc
Wiki User
Chat with our AI personalities
In Java, Java does support the concept of destructor, it's done via special method finalize.
No. Java does not support the concept of Destructors like C
because it dont not support oops concept
No, C++ is not a strict OOP language as like Java and C#. C++ supports all OOPS concept like Encapsulation, Polymorphism, Inheritance etc. But C++ provides a way to expose the private data to outside world using friend functions, which is a violation of OOPS.
java is not purely oops because of primitive types in java like int and float double
java is object oriented language.it's a platform independent.in java we don't use pointers
its not a oops concept, its a procedural concept in data structure as well as data ananlysis n algorthim
OOP stands for Object Oriented Programming. Everything in Java is an Object. Any class you create extends the Object class by default thereby making everything in Java an object. Moreover, you can use features like Inheritance, Polymorphism, Encapsulation etc which are OOP concepts thereby making Java an Object Oriented Programming Language
Java does not support multiple inheritance.......
write a java program to find factorial using recursive and non recursive
Each entity is consider as a object
No it does not support Java