Answer Posted / hr@tgksolutions.com
• 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 does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
When should we use multiple inheritance?
What are the advantages of c++?
Explain the auto storage classes in c++.
What is microsoft c++ redistributable?
What is abstraction in c++ with example?
What is new in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Is c++ a good first language to learn?
What operators can you overload in c++?
What is a buffer c++?
What is the v-ptr?
Explain the differences between private, public and protected and give examples.
Please explain class & object in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?