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 a constructor overloading in java?
What is a concrete classes? Is Java object class is concrete class?
Explain the differences between static and dynamic variables?
What is a buffer in computer?
what invokes a threads run() method? : Java thread
Why is it called buffering?
Why we use multi threading instead of multiprocessing?
What is the method to declare member of a class static?
What is string pool in java?
How do you define a singleton class?
What do you mean by flow of struts?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
How many types of flags are there?
What is member in java?
How do you implement polymorphism in our day to day life?