answersLogoWhite

0

How oops concept is implemented in java?

Updated: 8/17/2019
User Avatar

Wiki User

12y ago

Best Answer

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

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How oops concept is implemented in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
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.


Oops concept in oracle?

Each entity is consider as a object


Jntu 2-2 oops through java answers?

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


Pointers are replaced by what in java?

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


What java interface must be implemented by all threads?

Runnable interface