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 |
Can we run c program in turbo c++?
Explain the difference between realloc() and free() in c++?
What is the size of pointer ? Also size of pointer in 64 bit pointer
What is oops in c++?
How do I use turbo c++?
Explain shallow copy?
Explain one-definition rule (odr).
Define what is constructor?
Can the creation of operator** is allowed to perform the to-the-power-of operations?
How are the features of c++ different from c?
Where can I run c++ program?
Write a c program for binary addition of two 8 bit numbers.