What do you mean by overloading?
No Answer is Posted For this Question
Be the First to Post Answer
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
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is encapsulation?
what is the difference between <stdio.h>and "stdio.h"?
What do you mean by stack program? Get me an example stack program?
What is difference between multiple inheritance and multilevel inheritance?
what is the application of oops?
What is the different between Applet and Application?
What are the advantanges of modularity
what are the disadvantages of C++?
25 Answers ATS, Infosys, UNI, Wipro,
How do you achieve polymorphism?
Explain polymorphism? What r the types of polymorphism? pls give examples?