What is the this pointer?
Answer / Sumit Chansouliya
The 'this' pointer in C++ is a pointer that is automatically passed to each nonstatic member function when it is called. It points to the object for which the function was called.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What is the difference between method and message?
Define Virtual function in C++.
What are the effects after calling the delete this operator ?
What is private public protected in c++?
Is there structure in c++?
What is buffering in c++?
What are virtual functions and what is its use?
What is the difference between public, private, and protected access?
give me an example for testing a program showing the test path .show how the test is important and complex.
Name the operators that cannot be overloaded in C++?
What is a binary file? List the merits and demerits of the binary file usagein C++.