What is the main feature of oop?


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

Post New Answer

More OOPS Interview Questions

What is coupling in oop?

0 Answers  


Can we create object of class with private constructor?

5 Answers  


What is the oops and benefits of oops programming?

0 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


What exactly is polymorphism?

0 Answers  






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

1 Answers  


Is abstract thinking intelligence?

0 Answers  


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  


what is difference between c++ language and java language

5 Answers  


what is virtual function?

26 Answers   Aspire, HP, Infosys, RoboSoft, TCS,


Why and when is a virtual destructor needed?

5 Answers  


what is data hiding.

3 Answers   Wipro,


Categories