If type is specified at declaration time than it is called close type. And if type is not specified at declaration time than it is called open type.
Ex List<int>, List<string> are close type
Dictionary<T,string>, Dictionary<T,M>,are open type.
Ex List<int>, List<string> are close type
Dictionary<T,string>, Dictionary<T,M>,are open type.
No comments:
Post a Comment