Answer Posted / walking legend
as we generally know a pointer is used to point to the
address of a particular variable and access its value.
Similarly,this is a pointer which always points to the
current object.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is constructor in oop?
What is the important feature of inheritance?
write string class as your own class in java without using any built-in function
How does polymorphism work?
What is polymorphism in oops with example?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What do you mean by overloading?
What are the three parts of a simple empty class?
What is cohesion in oop?
What is interface in oop?
What is this pointer in oop?
What is class and object in oops?
What is difference between data abstraction and encapsulation?
How to use CMutex, CSemaphore in VC++ MFC
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).