Subject | English | Russian |
progr. | arrays of the same length | массивы одинаковой длины (ssn) |
progr. | arrays of the same type | однотипные массивы (ssn) |
progr. | arrays of the same type | массивы одного типа (ssn) |
progr. | both variables refer to the same array | обе переменные ссылаются на один и тот же массив (ssn) |
progr. | the number of entries in the table view will be the same as the number of objects in the array | количество строк в табличном представлении совпадает с количеством объектов в массиве (ssn) |
progr. | the same array | один и тот же массив (ssn) |
progr. | two null arrays of the same type | два пустых массива одного типа (ssn) |