What is the translation of " DERIVED CLASS " in Romanian?

[di'raivd klɑːs]
[di'raivd klɑːs]
clasei derivate

Examples of using Derived class in English and their translations into Romanian

{-}
  • Colloquial category close
  • Official category close
  • Medicine category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Derived class(inherit from Animal).
Clasa derivata(mosteneste din Animal).
But here belongexclusive data derived class take arbitrary values??
Dar si aici datele care apartin exclusiv exclusiv clasei derivate iau valori arbitrare?
The derived class inherits the properties of the base class..
Clasa derivată moşteneşte membrii publici şi pretejaţi ai clasei de bază.
RTTI is useful to identify which type( derived class) of object is.
RTTI este folositor pentru a identifica către ce tip de obiect( care clasă derivată) indică.
A derived class objects cannot cause transmission events inherited from base class..
O clasa de obiecte derivata nu poate provoca transmiterea evenimentelor mostenite din clasa de baza.
In the following example, the Derived class inherits from the Base class..
În următorul exemplu, clasa derivata mosteneste de la clasa de baza.
The$event parameter is an instance of CEvent or its derived class.
Parametrul $event este o instanta a clasei CEvent sau a unei clase derivate.
For example, a derived class cannot exchange messages related to events inherited from base class..
De exemplu, o clasa de obiecte derivata nu poate transmite mesaje asociate evenimentelor mostenite din clasa de baza.
A component is an instance of CComponent or its derived class.
O componenta este o instanta a clasei CComponent- sau a unei clase derivate din ea.
Under PHP 5.0, it was possible to have a function declaration in a derived class that did not match the declaration of the same function in the base class, e.g.
În PHP 5.0 era posibil de a avea o declarație a funcției într-o clasă derivată, care nu era corespunzătoare cu declarația aceleiași funcții în clasa de bază, de ex.
Example class hierarchy(redeclaration of member data andmember functions overloading of classes in the derived class).
Rezolvari 1 Exemplificare ierarhie de clase(redeclararea datelor membru şisupraîncarcarea functiilor membru ale claselor de baza în clasa derivata).
As an example, an abstract base class MathSymbol may provide a pure virtual function doOperation(), and derived classes Plus and Minus implement doOperation() to provide concrete implementations.
Ca exemplu, o clasă abstractă de bază"MathSymbol" poate specifica o funcție pur virtuală doOperation(), și clasele derivate"Plus" și"Minus" implementează doOperation() oferind versiuni concrete.
One of them is inheritance, when they can simply inherit the class they need to extend, andadd the required functionality in the derived class.
Una dintre ele este moștenirea, când pot moșteni pur și simplu clasa pe care doresc să o extindă șisă adauge funcționalitatea necesară în clasa derivată.
Polymorphism can bear strong resemblance to abstraction, butit is mostly related to actually overriding methods in derived classes, in order to change their original behavior inherited from the base class..
Polimorfismul poate avea o asemănare izbitoare cu abstracția, dareste în cea mai mare parte legat de suprascrierea metodelor în clasele derivate, pentru a le schimba comportamentul inițial, moștenit din clasa de bază.
Ordinary methods have an implementation, whereas abstract methods are empty(without an implementation) andremain to be implemented later by the derived classes.
Metodele obișnuite au o implementare, în timp ce metodele abstracte sunt goale(fără o implementare) șirămân a fi implementate ulterior de către clasele derivate.
In OOP when a derived class inherits from a base class,an object of the derived class may be referred to( or cast) as either being the base class type or the derived class type.
În POO când o clasă derivată moștenește de la o clasă de bază,un obiect al clasei derivate poate fi considerat ca fiind( sau convertit la) o instanță a clasei de bază sau a unei clase derivate din aceasta.
A pure virtual function or pure virtual method is a virtual function that is required to be implemented by a derived class, if that class is not abstract.
O funcție pur virtuală sau metodă pur virtuală este of funcție virtuală ce trebuie implementată de o clasă derivată ce nu este abstractă.
The concept of the virtual function solves the following problem: In object-oriented programming, when a derived class inherits from a base class,an object of the derived class may be referred to via a pointer or reference of the base class type instead of the derived class type.
Conceptul de funcție virtuală rezolvă următoarea problemă: În POO când o clasă derivată moștenește de la o clasă de bază,un obiect al clasei derivate poate fi considerat ca fiind(sau convertit la) o instanță a clasei de bază sau a unei clase derivate din aceasta.
Refused bequest: a class that overrides a method of a base class in such a way that the contract of the base class is not honored by the derived class. See Liskov substitution principle.
Refused bequest: o clasă ce suprascrie o metodă a clasei de bază în așa fel încât contractul clasei de bază nu mai este respectat de clasa derivată.
One such language is C++, and as illustrated in the following example,it is important for a C++ base class to have a virtual destructor to ensure that the destructor from the most derived class will always be called.
Un astfel de limbaj este C++, și după cum este ilustrat în exemplul următor, este important pentru o clasă de bază dinC++ să conțină o metodă virtuală de tip& quot; destructor& quot; pentru a asigura că destructorul clasei ce a fost derivată de cele mai multe ori va fi apelat de fiecare dată.
Alert is another class derived from Screen and is a special form used to display short messages.
Formularul Alert este o alta clasa derivata din Screen si este un formular special utilizat pentru a afisa mesaje scurte.
Its physical design is small and light, yetits effects are heavyweight class, derived from the popular VE-20 Vocal Performer.
Designul său fizic este unul mic și ușor, darefectele sale sunt de clasă înaltă, derivate de la binecunoscutul VE-20 Vocal Performer.
Protected: restricted access for source code developed outside class of objects[…] or classes derived from it and that member variable was defined;
Protected: acces restrictionat codului sursa dezvoltat in afara clasei de obiecte[…] sau a claselor derivate din aceasta si in care s-a definit variabila membra;
Results: 23, Time: 0.0387

Word-for-word translation

Top dictionary queries

English - Romanian