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 / manish kumar

(this) pointer is added.
this pointer contains the address of the object through
which function is called.
this->data member will give the data of the object.

Is This Answer Correct ?    49 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what's the basic's in dot net

2177


What is a superclass in oop?

1169


What is abstract class in oops?

1019


Is html an oop?

1053


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

2280


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2525


What is class and object with example?

1121


What is a null tree?

1133


Which is better struts or spring?

1048


What is static modifier?

1207


What is the difference between abstraction and polymorphism?

1091


Write a program to sort the number with different sorts in one program ??

2363


What is the real time example of inheritance?

1138


Why is object oriented programming so hard?

1072


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6676