What is the use of the this pointer?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / glibwaresoftsolutions
• 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 |
• 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 |
which of the following is not an secondary constant a) array b) real c) union
Differentiate between an array and a list?
Do you know what is overriding?
Explain Text Manipulation Routines?
What is == in programming?
How do you know that your class needs a virtual destructor?
Explain virtual class and friend class.
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What are the new features that iso/ansi c++ has added to original c++ specifications?
What problems might the following macro bring to the application?
Why is main function important?
Is there structure in c++?