Interviewer And Interviewee Guide
Interviews Quizzes

Placement Assistance Interview Question:

Explain Overloading?

Submitted by: Administrator
Overloading happens when two or more function have the same function name but different return type and parameter.

eg: int sum(int a,int b);
int sum(int a,int b,int c);
The overloading happens in the same class i,e these function should be in the same class.
Submitted by: Administrator

Read Online Placement Assistance Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.