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 constructor overloading in oop?
write knight tour problem which is present in datastructure
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
Get me a number puzzle game-program
what type of question are asked in thoughtworks pair programming round ?
What is encapsulation in oops?
What are two types of polymorphism?
What are benefits of oop?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Why is there no multiple inheritance?
What does sksksk mean in text slang?
What is encapsulation oop?
What type of loop is a for loop?
any one please tell me the purpose of operator overloading