answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Does java support oops concept?

Yes. Java is an Object Oriented Programming Language and it supports the OOPS concepts like Inheritance, Polymorphism etc


Who firstly implemented Java compiler in Java?

James A. Gosling for Sun Microsystems implemented it on a PDA device named Star before it was named Java. As for who implemented it under the Java name first is near impossible to determine.


Is cpp complete oops?

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.


Why java is not a pure object oriented?

java is not purely oops because of primitive types in java like int and float double


Important points of oops vs pop in java?

java is object oriented language.it's a platform independent.in java we don't use pointers


How does java support the concept of destructer in java?

In Java, Java does support the concept of destructor, it's done via special method finalize.


What type of language is delphi whether it is a oops or procedural?

its not a oops concept, its a procedural concept in data structure as well as data ananlysis n algorthim


What are the feature of java which have been implemented in c?

None, as C was made prior to Java.


Jntu 2-2 oops through java answers?

write a java program to find factorial using recursive and non recursive


Oops concept in oracle?

Each entity is consider as a object


Pointers are replaced by what in java?

Nothing. Java does not have a concept that is equivalent to Pointers.


What is difference java and visual basic programming?

java is a server side programing where as visual basic is a client side programing(This programing Language is different from oops)