Answer Posted / 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 |
Post New Answer View All Answers
What is the purpose of interface?
What is dynamic array in java?
What does split function do in java?
What is java string pool?
What is the final field modifier?
What is a treeset class?
Is java a digit method?
Which is bigger float or double?
What does the “static” keyword mean? Can you override private or static method in java?
What are inner classes or non static nested classes in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Is java code slower than native code?
How many bytes is double?
How will you compute size of a structure?
How do I compare two strings in word in java?