Each derived class can give its own implementation of a virtual function.
Każda klasa pochodna może dostarczyć własną implementację funkcji wirtualnej.
The derived class allows programmers to implement polymorphism in their applications.
Klasa pochodna umożliwia programistom implementację polimorfizmu w ich aplikacjach.
Error handling in the derived class helps manage complex program behavior efficiently.
Obsługa błędów w klasie pochodnej pomaga efektywnie zarządzać złożonym zachowaniem programu.
Creating a derived class enhances code reusability in software development.
Tworzenie klas pochodnych zwiększa możliwość ponownego wykorzystania kodu w rozwoju oprogramowania.
When defining a derived class, ensure the correct access modifiers are used.
Definiując klasę pochodną, należy upewnić się, że użyto odpowiednich modyfikatorów dostępu.
In many programming languages, a derived class is created using the 'extends' keyword.
W wielu językach programowania klasę pochodną tworzy się za pomocą słowa kluczowego 'extends'.
This method is used to create a duplicate node, when overridden in a derived class.
Metoda ta jest stosowana do tworzenia duplikatu węzła gdy przeważa w klasie pochodnej.
Derived class constructors will execute after all delegation in their base classes is complete.
Konstruktory klas pochodnych będą wywołane wtedy, gdy wszystkie konstruktory delegatowe ich klas bazowych będą zakończone.
The $event parameter is an instance of CEvent or its derived class.
17 NotOverridable Specifies that a property or procedure cannot be overridden in a derived class.
17 NotOverridable Określa, że właściwość lub procedura nie może być zmieniona w klasie pochodnej.
The $event parameter is an instance of CEvent or its derived class.
This, and similar issues pertaining to the wording inhibiting the use of decltype in the declaration of a derived class and in a destructor call, were addressed by David Vandevoorde, and voted into the working paper in March 2010.
Te i podobne kwestie odnoszące się do treści wstrzymującej stosowalność decltype w deklaracji klasy potomnej i w wywołaniu destruktora, zostały zaadresowane i zagłosowane przez Davida Vandevoorde'a w dokumencie roboczym z marca 2010.
A component is an instance of CComponent or its derived class.