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

What is overloading and overriding in java?

0 Answers  


What is a Hash Table? What are the advantages of using a hash table?

0 Answers   Ciena,


What is final variable?

0 Answers  


What is hard code & soft code?

7 Answers   Cognizant, Wipro,


What is the middleware?

2 Answers  






what release of java technology are currently available what do they contain?

1 Answers  


what are the purposes of native, transiant key words?

2 Answers  


Why packages are used?

0 Answers  


Can list contain null in java?

0 Answers  


Give few difference between constructor and method?

0 Answers  


What is an enumeration class?

2 Answers  


What is the SimpleTimeZone class?

0 Answers  


Categories