When not to use object oriented programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What do you mean by multiple inheritance and multilevel inheritance? Differentiate between them.

2 Answers  


what is mean by design pattern

4 Answers  


What do you mean by pure virtual functions?

8 Answers  


what is multithreading in c++ , what is difference between multithreading and singlethreading.

4 Answers  


What do you mean by abstraction?

0 Answers  






What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


When is a memory allocated to a class?

11 Answers  


What is object in oop?

0 Answers  


Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.

1 Answers  


How do you answer polymorphism?

0 Answers  


Which is the best institute in hyderabad for C/C++ and it also has fast track course structure.

13 Answers   Wipro,


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


Categories