C++ <span class="searchmatch">virtual</span> <span class="searchmatch">function</span> (tsz. C++ <span class="searchmatch">virtual</span> functions) (informatika) A virtuális függvény (<span class="searchmatch">virtual</span> <span class="searchmatch">function</span>) a C++-ban egy olyan tagfüggvény egy osztályban...
pure <span class="searchmatch">virtual</span> <span class="searchmatch">function</span> (tsz. pure <span class="searchmatch">virtual</span> functions) (informatika) A pure <span class="searchmatch">virtual</span> <span class="searchmatch">function</span> a C++-ban egy olyan virtuális függvény, amelynek nincs saját...
leszármazottként örököljék. Az absztrakt osztály legalább egy pure <span class="searchmatch">virtual</span> <span class="searchmatch">function</span>-t tartalmaz, amelyet a leszármazott osztályoknak kell megvalósítaniuk...
<span class="searchmatch">function</span> overriding (tsz. <span class="searchmatch">function</span> overridings) (informatika) A függvény felüldefiniálás (method/<span class="searchmatch">function</span> overriding) egy olyan objektumorientált programozási...
osztályban van pure <span class="searchmatch">virtual</span> <span class="searchmatch">function</span>, az osztály absztrakt osztály lesz, és nem példányosítható. #include <iostream> class Shape { public: <span class="searchmatch">virtual</span> void draw()...
generic <span class="searchmatch">function</span> (tsz. generic functions) (informatika) A generic <span class="searchmatch">function</span> (általánosított függvény) olyan programozási konstrukció, amely lehetővé teszi...
C++ <span class="searchmatch">function</span> overloading (tsz. C++ <span class="searchmatch">function</span> overloadings) (informatika) Függvény túlterhelés (<span class="searchmatch">function</span> overloading) C++-ban A C++-ban a függvény túlterhelés...
member <span class="searchmatch">function</span> (tsz. member functions) (informatika) A member <span class="searchmatch">function</span> (tagfüggvény) egy osztályhoz tartozó függvény C++-ban. Ezek a függvények az osztályon...
Python <span class="searchmatch">Virtual</span> Machine (tsz. Python <span class="searchmatch">Virtual</span> Machines) (informatika) A Python <span class="searchmatch">Virtual</span> Machine (PVM), vagyis a Python virtuális gép egy kulcsfontosságú...
static member <span class="searchmatch">function</span> (tsz. static member functions) (informatika) A statikus tagfüggvény (static member <span class="searchmatch">function</span>) a C++ programozási nyelvben egy olyan...