Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Which is the parameter that is added to every non-static
member function when it is called?

Answer Posted / arun

"this" (i.e. Pointer to the object which call the member
function) is passed as the argument when a member function
is called.

Is This Answer Correct ?    21 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the benefits of interface?

1118


What is a function in oop?

1139


What is the real life example of polymorphism?

1235


how to get the oracle certification? send me the answer

2210


What is difference between data abstraction and encapsulation?

1130


What are the two different types of polymorphism?

1197


Explain virtual inheritance?

1257


Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.

2509


write a program to find 2^n+1 ?

2128


What is destructor example?

1118


Get me a number puzzle game-program

2318


Advantage and disadvantage of routing in telecom sector

1352


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

2345


What is the full form of oops?

1247


What is encapsulation in oop?

1104