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

How to display all the prime numbers between 1 and n (n is the number, get the input from user)

0 Answers  


How java uses the string and stringbuffer classes?

0 Answers  


What is the main use of generics in java?

0 Answers  


What is volatile data type?

0 Answers  


What is pangram in java?

0 Answers  






What is string pool in java?

0 Answers  


What is the default size of arraylist in java?

0 Answers  


What is a class ?

8 Answers  


What is hashing in java?

0 Answers  


How to deprecate a method? Show it with proper example. Plz give the answer of this.Thanx in advance. mail me: tanzeem.akhtar@gmail.com

2 Answers  


what is ABSTRACTION and what are using in real time project?

1 Answers   iGate,


What is string array?

0 Answers  


Categories