what is oops

Answers were Sorted based on User's Feedback



what is oops ..

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

what is oops ..

Answer / abhinav singh

object oriented programming system(software)

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More C++ General Interview Questions

int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


What are the advantages of c++? Explain

0 Answers  


Compare compile time polymorphism and Runtime polymorphism

1 Answers  






What is the difference between new() and malloc()?

0 Answers  


what is a reference variable in C++?

0 Answers  


what is scupper?

0 Answers  


What is class syntax c++?

0 Answers  


What is operator overloading in c++ example?

0 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


Can we overload operator in c++?

0 Answers  


Categories