Why is oop useful?


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

Post New Answer

More OOPS Interview Questions

What is for loop and its syntax?

0 Answers  


Should you protect the global data in threads? Why or why not?

2 Answers   IBM,


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


Is oop better than procedural?

0 Answers  


What is meant by multiple inheritance?

0 Answers  






Can a destructor be called directly?

0 Answers  


What is multilevel inheritance?

0 Answers  


In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


what is inline function?

3 Answers  


Why and when is a virtual destructor needed?

5 Answers  


How do you define social class?

0 Answers  


Advantage and disadvantage of routing in telecom sector

0 Answers  


Categories