Is there any diffrence between Array<interfaceType> and the interfaceType[]

Viewed 11

I am wondering if there is a difference between in declaring

Array<interfaceType> and interfaceType[]
0 Answers
Related