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 |
Explain selection sorting. Also write an example.
What are the various oops concepts in c++?
What is istream c++?
Is c++ the hardest programming language?
sizeof- is it functioning statically or dynamically?
which is the easy way to divide any integer by 2?
Is c++ a low level language?
If all is successful, what should main return a) 0 b) 1 c) void
How do we balance an AVL Tree in C++?
Explain the isa and hasa class relationships. How would you implement each?
Does dev c++ support c++ 11?
Write about a nested class and mention its use?