Answer Posted / hrpynux@gmail.com
Every object in C++ has access to its own address through an important pointer called this pointer. The this pointer is an implicit parameter to all member functions. Therefore, inside a member function, this may be used to refer to the invoking object. ... Only member functions have a this pointer.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ primer good for beginners?
List the types of polymorphism in c++?
Which sort does c++ use?
Is java a c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
How can you tell what shell you are running on unix system?
What is the exit function in c++?
which of the following is not an secondary constant a) array b) real c) union
Which c++ compiler is best?
Implement stack operations with pointers with appropriate exception checks.
Are php strings immutable?
What is prototype for that c string function?
What do you mean by inheritance in c++? Explain its types.
Is it possible for a member function to use delete this?
Define stacks. Provide an example where they are useful.