In this video we will be learning the difference between method overriding and method overloading in C#
Timestamps
00:00 Intro
00:50 Demo
02:11 Method overloading by changing the number of parameters
04:14 Method overloading by changing the type of parameters
05:45 Method overloading by changing the sequence of parameters
08:00 Overloading not possible by just changing the return type
09:17 Difference between method overriding and method overloading