Answer Posted / sandeep
constructor is a member function with same name of the class
if we call constructor it will automatically invoke the object
of that class.when we calling the normal member function we
usually creating object of that class then calling it using
the .operator
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers