### Description there is an example : ```php function foo<number>(){ return 11; } function foo<string>(){ return 'eleven'; } $goo : string = foo(); $hoo = foo<number>(); ``` there are a C# examples we can doing that