Consider the following method declaration: void mymethod(int age, string name). Which of the following methods would you choose for it to be not ambiguous?

A) Overloading
B) Inheritance
C) Polymorphism
D) Encapsulation