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 is pure oop?
program for insertion ,deletion,sorting in double link list
What is polymorphism oop?
what is graphics
Why is oop better than procedural?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is the renewal class? Which language is not a true object oriented programming language? Can we define a class within the interface? What is class and example? What is the importance of oop? How to handle exception in c++,
For example in a functions i am assigning memory to some
variables and also in next instructions in am dividing one
variable also.
If this functions generates a error while allocating memory
to those variable and also while dividing the variable if i
divide by zero then catch block how it will identify that
this error has cone from perticular instruction What is encapsulation in simple terms?