Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lära Challenge: Implementing a Generic Method | Section
Practice
Projects
Quizzes & Challenges
Frågesporter
Challenges
/
C# Desktop Development with .NET MAUI

bookChallenge: Implementing a Generic Method

Svep för att visa menyn

You can clone the base code from the GithHub Repository.

We have a program which contains a method called ReverseArray. The method reversed an integer array.

In the main method, we are attempting to reverse a string array as well, however, it results in an error because the ReverseArray method does not support a string array.

Your task is to convert the ReverseArray method into a generic method so that the program is able to reverse and display both example and strExample arrays without any errors.

Nothing needs to be modified in the main method.

Check: If the program compiles and runs successfully, reversing and outputting both the int and string type arrays using the same reverseArray method, then your solution is correct.

Var allt tydligt?

Hur kan vi förbättra det?

Tack för dina kommentarer!

Avsnitt 1. Kapitel 21

Fråga AI

expand

Fråga AI

ChatGPT

Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal

Avsnitt 1. Kapitel 21
some-alt