scully2756 scully2756 06-03-2024 Computers and Technology contestada 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