Can non-public members of another instance of the class be retrieved by the method of the same class?
No Answer is Posted For this Question
Be the First to Post Answer
What is the default width for ouputting a long integer using the insertion operator?
What is a container class? What are the types of container classes in c++?
Can static member variables be private?
Write a C++ Program to check whether a number is prime number or not?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
What is the first name of c++?
Who invented turbo c++?
What is the benefit of encapsulation?
What is general format for a prototype?
How a new operator differs from the operator new?
How a macro differs from a template?
What is == in programming?