1.

class add{int x; public: add(int)}; Write an outline definition for the constructor.

Answer»

add (int temp)

{

x = temp;

}



Discussion

No Comment Found

Related InterviewSolutions