Answer Posted / madhu
'this' pointer is created when you create an object with
dynamic memory allocation. 'this' pointer will be created at
the time of object creation.
It holds the current object's address.
'this' cannot be used inside the static or a friend functions.
Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What do you mean by abstraction?
What are constructors in oop?
What is polymorphism explain?
What is a superclass in oop?
What is polymorphism and why is it important?
What is static in oop?
What is the use of oops?
What is a class and object?
What is purpose of inheritance?
What is constructor in oop?
Why do pointers exist?
What is the purpose of polymorphism?
What is polymorphism explain its types?
What is methods in oop?
to find out the minimum of two integer number of two different classes using friend function