TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Anil Kumar Murmu
NA
744
336.3k
Overloading in C#
Jan 13 2016 6:38 AM
Hi All,
I have gone through several interviews last month, and one of the question on which i need clarification is overloading.
Can anyone please let me know, while we move ahead with the concept of Method Overloading is it mandatory to look after the return type of methods.
Say i have 2 methods in a class:
public int Addtion(int a, int b)
{
return a+b;
}
public void Addition(int a, int b)
{
}
Are these two methods will be considered as overloading as well?
i appreciate any inputs.
Thank You
Anil Kumar Murmu
Reply
Answers (
5
)
CSV FILE How do I delete rows with a date that has passed
Public Validating Textbox value