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 using namespace std in cpp?
What does flush do c++?
without if else statement can be written ah
What is Name Decoration?
Explain function overloading and operator overloading.
What are virtual functions and what is its use?
advantages and disadvantages of using Borland C++ / version 5.
What is null c++?
What do you mean by call by value and call by reference?
Write a Program for find and replace a character in a string.
How do I run c++?
how many trys can we write in one class