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 is binary search in c++?
What do you mean by enumerated data type?
What is the this pointer?
What is lazy initialization in c++?
When should we use multiple inheritance?
What is the full form of ios?
Difference between Abstraction and encapsulation in C++?
Why is c++ considered difficult?
In a function declaration what does extern means?
What is a buffer c++?
What you mean by early binding and late binding? How it is related to dynamic binding?
What is constant in c++ with example?