what is oops
Answers were Sorted based on User's Feedback
Answer / prakash
object oriented programming system or sw is nothing but it
is one of the programming paradigm in which a problem can
be treated as a collection of objects and these objects are
representing problems and/or sub-problems. And these
objects are communicating among them to solve the given
task.
thank you
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / abhinav singh
object oriented programming system(software)
| Is This Answer Correct ? | 7 Yes | 0 No |
What are references in c++? What is a local reference?
What is data types c++?
What is the role of static keyword for a class member variable?
What is the difference between global variables and local variable
How can I learn dev c++ programming?
Why c++ is so important?
WHO DEVELOPED C++?
Is arr and &arr are same expression for an array?
How many types of modularization are there in c++?
What is std::move?
What is a protocol class?
What is the difference between *p++ and (*p)++ ?