What is OOP?

Answers were Sorted based on User's Feedback



What is OOP? ..

Answer / rajashree

A type of programming in which programmers define not only
the data type of a data structure, but also the types of
operations (functions) that can be applied to the data
structure. In this way, the data structure becomes an
object that includes both data and functions. In addition,
programmers can create relationships between one object and
another. For example, objects can inherit characteristics
from other objects.

Is This Answer Correct ?    3 Yes 0 No

What is OOP? ..

Answer / ershad md sk

OOP is an OBJECT ORIENTED PROGRAMMING LANGUAGE where
everything is treated as Objects in ur problem space

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Core Java Interview Questions

Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.

5 Answers  


What is multi level inheritance in java?

0 Answers  


What are the different access modifiers available in java?

0 Answers  


What is difference between iterator access and index access?

0 Answers  


I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?

8 Answers   Aricent,






Is static a keyword in java?

0 Answers  


How do you sort an array in java?

0 Answers  


What is an abstract method in java programming?

0 Answers  


What does microservices mean?

0 Answers  


Can extern variables be initialized?

0 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  


What is native code?

0 Answers  


Categories