C# MCQ Set 1 1. The process of defining two or more methods within the same class that have same name but different parameters list? a) Method overloading b) Method overriding c) Encapsulation d) None of the mentioned AnswerAnswer: a [Reason:] Two or more methods can have same name as long as their parameters declaration…