Що таке ПІДКЛАСАХ Англійською - Англійська переклад

Іменник

Приклади вживання Підкласах Українська мовою та їх переклад на Англійською

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Їх реалізації залиште в підкласах.
Leave their implementations in the subclasses.
Перевірте, чи обидва поля використовуються для однакових потреб в підкласах.
Make sure that the fields are used for the same needs in subclasses.
Одна і та ж ділянка коду присутня в двох підкласах, що знаходяться на одному рівні:.
If the same code is found in two subclasses of the same level:.
Вбиває дублювання полів в підкласах.
Eliminates duplication of fields in subclasses.
Розбийте алгоритми в підкласах на складові частини, описані в окремих методах.
Split algorithms in the subclasses into their constituent parts described in separate methods.
Переконайтесь, що метод не перевизначається в підкласах.
Make sure that the method is not redefined in subclasses.
Лінії Premier доступні в декількох різних підкласах- Softcore, Verithin, Watercolor, Col-erase та Art Stix.
The Premier lines are available in several different sub-classes- Softcore, Verithin, Watercolor, Col-erase, and Art Stix. line.
Перевірте, чи не оголошений потрібний вам метод в суперкласах і підкласах одержувача.
Make sure that the method is not declared in superclasses and subclasses.
Поле, яке планували зробити універсальним для усіх класів, по факту,використовується тільки в деяких підкласах.
Although it was planned to use a field universally for all classes,in reality the field is used only in some subclasses.
Винесіть структуру алгоритму і однакові кроки в суперклас, а в підкласах залиште реалізацію кроків, що відрізняються.
Move the algorithm structure and identical steps to a superclass, and leave implementation of the different steps in the subclasses.
По-друге, що ще важливіше,ви можете перевизначати геттери і сеттери в підкласах.
Second and more crucially,you can redefine getters and setters in subclasses.
Тут ви можете зіткнутися з тим, що код методу використовує поляі методи, які є тільки в підкласах, а тому недоступні в суперкласі.
Here you may find that the method code uses fields andmethods that exist only in subclasses and therefore are not available in the superclass.
Тобто підкласи можуть отримати доступ до інформації у їх базовому класі,а базові класи не знають нічого про своїх підкласах.
That is, subclasses can access information in their base class, but base classes are unaware of their subclasses.
Не варто починати цей рефакторинг, якщо метод має альтернативні реалізації в підкласах або в суперкласі, і ваш параметр використовується в цих реалізаціях.
If the method is implemented in different ways in subclasses or in a superclass, and your parameter is used in those implementations.
Якщо вам треба внести зміни в метод, краще зробити це в одному місці,ніж шукати усі дублікати цього методу в підкласах.
If you need to make changes to a method, it's better to do so in a singleplace than have to search for all duplicates of the method in subclasses.
Дає право виконувати роботи в підкласах, що вважаються сезонними(у галузях сільського господарства, садівництва, туризму), до 9 місяців у календарному році;
It authorizes to work in subclasses considered seasonal(in agriculture, horticulture, tourist industry), up to 9 months in a calendar year;
На додаток до створення конструктора всуперкласі треба буде мати конструктори в підкласах з простим делегуванням до конструктора суперкласу.
In addition to creating a constructor in thesuperclass it is necessary to have constructors in the subclasses with simple delegation to the superclass constructor.
Підкласи розвиваються паралельно. Íноді з ними працюють різні люди, що призводить до дублювання коду і помилок, а також до ускладнення підтримки,оскільки кожну зміну доводиться проводити в усіх підкласах.
Subclasses are developed in parallel, sometimes by different people, which leads to code duplication, errors, and difficulties in code maintenance, since each change must be made in all subclasses.
Для полів: або підніміть потрібні поля в суперклас,або використайте самоінкапсуляцію поля для створення геттерів і сеттерів в підкласах, а потім оголосіть ці геттери абстрактним методом в суперкласі.
For fields: use either Pull Up Fieldor Self-Encapsulate Field to create getters and setters in subclasses; then declare these getters abstractly in the superclass.
Ви хочете мати можливість ініціалізувати значення поля при першому запиті або робити якісь операції над новими значеннями поля в момент привласнення,або робити все це різними способами в підкласах.
You want to be able to initiate a field value when the first query is made or perform certain operations on new values of the field when they are assigned,or maybe do all this in various ways in subclasses.
Прісноводні мідії(декілька споріднених родин, найбільша з яких Unionidae) і морські мідії(родина Mytilidae)не є безпосередніми родичами і групуються в різних підкласах, не зважаючи на деяку зовнішню схожість.
The freshwater mussels(several allied families, the largest being the Unionidae) and saltwater mussels(familyMytilidae) are not closely related, and are grouped in different subclasses, despite some similarities in appearance.
Змініть методи підкласу так, щоб вони використовували об'єкт суперкласу, замість this.
Change the subclass methods so that they use the superclass object instead of this.
Дозволяє підкласам отримати доступ до перевизначених методів і прихованих членів його суперкласу.
Allows a subclass to access overridden methods and hidden members of its superclass.
Підклас 1. 1- речовини та вироби, які характеризуються небезпекою вибуху масою;
Division 1.1: substances and articles which have a mass explosion hazard;
Кількість операцій, перевизначених підкласом, NOO(Number of Operations Overridden by a Subclass).
Number of operations overridden by a subclass(NOO).
Створіть поле в підкласі для утримання суперкласу.
Create a field in the subclass for holding the superclass.
Оголосіть метод в підкласі і скопіюйте його код з суперкласу.
Declare the method in a subclass and copy its code from the superclass.
Перевизначте у підкласі, щоб скористатися чимось іншим, окрім заголовка рецепта.
Override in subclass to use something other than the recipe title.
В цих класифікаціях першозвірі є підкласом звірів.
In these classifications, primaries are a subclass of animals.
Ви могли б створити ще один рівень підкласів та додати до них забраклу функціональність.
You could extend each subclass and put the missing functionality into new child classes.
Результати: 30, Час: 0.0171

Найпопулярніші словникові запити

Українська - Англійська