Why oops is important?


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

Post New Answer

More OOPS Interview Questions

the difference between new and malloc

5 Answers   Siemens,


Why is abstraction used?

0 Answers  


Why is encapsulation used?

0 Answers  


Why oops is important?

0 Answers  


Child cObj = new Parent() Wahts the output ?

8 Answers   Patni, TCS,






class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

0 Answers  


Which is the parameter that is added to every non-static member function when it is called?

3 Answers   Accenture,


Write pseudo code for push in a stack?

2 Answers   emc2,


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


Why multiple inheritance is not allowed?

0 Answers  


Can abstract class have normal methods?

0 Answers  


what is the size of an empty class

12 Answers   Wipro,


Categories