What is OOPs & Why?

Answers were Sorted based on User's Feedback



What is OOPs & Why?..

Answer / mustafa sabbowala

OOPs Stands for Object Oriented Programming,in which programming is done a entity called class and each element of that class is represent by object.
Why?
With the help OOPs we can program our application in easily readable format and we can reuse the duplicate code where ever required to achieve out target.

Please any one enhance my answer

Is This Answer Correct ?    5 Yes 1 No

What is OOPs & Why?..

Answer / ramky

java is fully obtained with class & object so,it is called oops form

Is This Answer Correct ?    0 Yes 0 No

What is OOPs & Why?..

Answer / durga

OOP's is nothing but,in java each and every thing treated as Objects instead of bytes.the main advantage is Security purpose.simply Object is a Closing box,(no one access without permission[secure]),bytes is open box(any one can access[unsecure]).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is constructor and virtual function? Can we call a virtual function in a constructor?

0 Answers  


For which statements we use a label?

3 Answers   Wipro,


Explain notify() method of object class ?

0 Answers  


What is outofmemoryerror in java?

0 Answers   Cyient,


Can you call a constructor within a constructor?

7 Answers  






Is java jre still free?

0 Answers  


why string constant pool in java

2 Answers   TCS,


Which java ide is used the most?

0 Answers  


What is a default constructor and also define copy contrucyor?

0 Answers   Global Logic,


Can variables be used in java without initialization?

0 Answers  


How is a variable stored in memory?

0 Answers  


Can a class declared as private be accessed outside it’s package?

0 Answers  


Categories