What is the translation of " SUPERCLASS " in Ukrainian?

Noun
суперкласів
superclass

Examples of using Superclass in English and their translations into Ukrainian

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Copy the method to the superclass.
Скопіюйте метод в суперклас.
A superclass can have multiple subclasses.
Суперклас може мати декілька підкласів.
Merge the subclass and superclass.
Злийте підклас і суперклас воєдино.
Here's the code in the superclass Collection that does the work:.
Далі йде код в базовому класі Collection який виконує роботу:.
Create a constructor in a superclass.
Створіть конструктор в суперкласі.
But the superclass and subclass are completely different.
При цьому суперклас і підклас можуть бути абсолютно різними сутностями.
Inherited from the superclass.
Класи можуть успадковувати від суперкласів.
Place the call for the superclass constructor in the first line in the subclass constructors.
Розташуйте виклик конструктора суперкласу першим рядком в конструкторах підкласів.
A subclass can inherit from a superclass.
Класи можуть успадковувати від суперкласів.
Move the algorithm structure and identical steps to a superclass, and leave implementation of the different steps in the subclasses.
Винесіть структуру алгоритму і однакові кроки в суперклас, а в підкласах залиште реалізацію кроків, що відрізняються.
The subclass inherits from the superclass.
Класи можуть успадковувати від суперкласів.
Solution: Create a field and put a superclass object in it, delegate methods to the superclass object, and get rid of inheritance.
Рішення: Створіть поле і помістіть в нього об'єкт суперкласу, делегуйте виконання методів объекту-суперклассу, приберіть наслідування.
Solution: Merge the subclass and superclass.
Рішення: Злийте підклас і суперклас воєдино.
For methods inherited from the superclass that are called in the client code, create simple delegating methods in the subclass.
Для методів, які були успадковані з суперкласу і які викликаються в клієнтському коді, в підкласі треба створити прості делегуючі методи.
Classes may inherit features from the superclass.
Класи можуть успадковувати від суперкласів.
Now you can start to move the fields and methods from the superclass to the corresponding state subclasses(using Push Down Field and Push Down Method).
Тепер можете починати переміщати поля і методи з суперкласу у відповідні підкласи-стани(за допомогою спуску поля і спуску методу).
Create a field with the same name in the superclass.
Створіть поле з таким же ім'ям в суперкласі.
Delete the field with type code from the superclass. Make its getter abstract.
Видаліть поле із закодованим типом з суперкласу, його геттер зробіть абстрактним.
And finally, pull up the main method of the algorithm to the superclass.
І, нарешті, підніміть основний метод алгоритму в суперклас.
Push Down MethodProblem: Is behavior implemented in a superclass used by only one(or a few) subclasses?
Спуск методуПроблема: Поведінка, реалізована в суперкласі, використовується тільки одним або декількома підкласами?
Declare the method in a subclass and copy its code from the superclass.
Оголосіть метод в підкласі і скопіюйте його код з суперкласу.
The compiler uses thefirst method it finds by depth-first searching of the superclass list or using the C3 linearization of the class hierarchy.
Компілятор використовує метод знайденимпершим за допомогою пошуку в глибину серед списку суперкласів або C3 лінеаризації ієрархії класів.
You can notapply this technique to classes that already have a superclass.
Ви не можетезастосувати цей рефакторинг до класів, які вже мають суперклас.
See whether the method is defined in a superclass or subclass.
Перевірте, чи не визначений метод в суперкласі або підкласі.
The class from which inheritance is made is called the base, parent, or superclass.
Від якого відбувається спадкування, називається предком, базовим або суперкласом.
See whether the method is defined in a superclass or subclass.
Перевірте, чи не є метод вже визначеним в суперкласі або підкласі.
Create a static factory method with the same parameters as the superclass constructor.
Створіть статичний фабричний метод з тими ж параметрами, що і конструктор суперкласу.
Change the subclass methods so that they use the superclass object instead of this.
Змініть методи підкласу так, щоб вони використовували об'єкт суперкласу, замість this.
Suppose a program contains three classes in an inheritance hierarchy: a superclass, Cat, and two subclasses, HouseCat and Lion.
Припустимо, програма містить декілька класів в ієрархії спадкування: суперклас, Кіт, і два підкласи, ДомашнійКіт і Лев.
The process of attributes collectingis very similar to the inheritance of properties from superclass to subclasses in object-oriented programming system.
Процес колекціонування атрибутів дуже нагадує успадкування властивостей від суперкласу до субкласів в об'єктно-орієнтованих системах програмування.
Results: 86, Time: 0.3318

Top dictionary queries

English - Ukrainian