What is the main feature of oop?
What is coupling in oop?
Can we create object of class with private constructor?
What is the oops and benefits of oops programming?
write a short note on Overloading of Binary Operator?
What exactly is polymorphism?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
Is abstract thinking intelligence?
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
what is difference between c++ language and java language
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
Why and when is a virtual destructor needed?
what is data hiding.