Object Oriented Programming - Old Questions
Question Answer Details
8. How is the this
pointer used to resolve name conflicts between local variables and member variables in C++? Explain with an example. [5]
Answer
AI Generated Answer
AI is thinking...