Can destructor be overloaded?
No Answer is Posted For this Question
Be the First to Post Answer
Program to open a file with First argument
What is virtual class and friend class?
When not to use object oriented programming?
Which is better struts or spring?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
What is a class in oop?
Is html an oop?
Why is destructor used?
how to find no of instances of an object in .NET?
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 overriding in oop?