What is the use of the this pointer?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
• It points to the calling object and is used to resolve scope issues, especially with member functions
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
• It points to the calling object and is used to resolve scope issues, especially with member functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
• It points to the calling object and is used to resolve scope issues, especially with member functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which software is best for coding?
Show the declaration for a static function pointer.
What is abstract keyword in c++?
What is null pointer and void pointer and what is their use?
i want the NIC programmer-B model papaer pattren, iwant the all model papers?
Explain what you mean by a pointer.
what is data encapsulation in C++?
How many namespaces are there in c++?
Can we declare destructor as static? Explain?
write a program in c++ to implement stack using functions in header file stack.h
What is the difference between public, private, and protected access?
Explain what is polymorphism in c++?