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

What is a modifier in c++?

0 Answers  


what is pre-processor in C++?

0 Answers  


what is oops and list its features in c++?

0 Answers  


Explain differences between new() and delete()?

0 Answers  


Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,






What are different types of polymorphism supported by C++

2 Answers   CA, GameLoft,


Show the declaration for a pointer to function returning long and taking an integer parameter.

0 Answers  


How to avoid changing constant values?

2 Answers   Symphony,


Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?

1 Answers  


Do the names of parameters have to agree in the prototype, definition, and call to the function?

0 Answers  


What relational operators if statements in c++?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


Categories