Answer Posted / 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 |
Post New Answer View All Answers
What is the most common mistake on c++ and oo projects?
When you overload member functions, in what ways must they differ?
What does count ++ do in c++?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What is a class template in c++?
Can c++ be faster than c?
Can we overload operator in c++?
Is it possible for the objects to read and write themselves?
Why c++ is called oop?
What you know about structures in C++?
What is the difference between global int and static int declaration?
Is c++ a low level language?
How does class accomplish data hiding in c++?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?