Can non-public members of another instance of the class be retrieved by the method of the same class?
1125Post New C++ General Questions
Is the declaration of a class its interface or its implementation?
Differentiate between an external iterator and an internal iterator?
What are the advantages of inheritance in c++?
Write a program to find the Factorial of a number
What is a buffer c++?
How a macro differs from a template?
Can you Mention some Application of C/C++?
Describe new operator and delete operator?
What is the difference between struct and class?
Explain about vectors in c ++?
why is iostream::eof inside a loop condition considered wrong?
What is the type of 'this' pointer? When does it get created?
What is c++ array?
What is the best c++ ide?
Why do you use the namespace feature?