Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in virtual-functions
How to override virtual function in good style? [C++]
Mar 09, 2019
c++
coding-style
virtual-functions
overriding
Interface, Abstract, or just virtual methods?
Nov 21, 2022
c#
oop
interface
abstract-class
virtual-functions
When does the vptr (pointing to vtable) get initialized for a polymorphic class?
Sep 23, 2022
c++
constructor
virtual-functions
overriding
vptr
C++ virtual function undefined at link time - why?
Jun 05, 2018
c++
inheritance
undefined
virtual-functions
Why do virtual functions need to be passed with a pointer and not by value(of the object)?
Sep 22, 2022
c++
inheritance
polymorphism
virtual-functions
object-slicing
How do I suppress C++ vtable generation for pure virtual classes using G++?
Oct 28, 2022
c++
gcc
g++
virtual-functions
vtable
A standard way to avoid virtual functions
Aug 24, 2022
c++
design-patterns
virtual-functions
typelist
override virtual method with template method [duplicate]
Mar 01, 2018
c++
templates
inheritance
virtual-functions
Virtual method VS std::function member variable in terms of performance
Oct 04, 2022
c++
performance
inheritance
lambda
virtual-functions
How do I denote a pure virtual function in a UML class diagram?
Oct 19, 2022
c++
uml
class-diagram
virtual-functions
pure-virtual
Whats the cost of calling a virtual function in a non-polymorphic way?
Jul 08, 2017
c++
performance
virtual-functions
Is an object allowed to legally change its type during its lifetime in C++?
Jun 15, 2022
c++
visual-c++
polymorphism
rtti
virtual-functions
How do I overload a virtual function introduced in a parent class?
Oct 16, 2022
delphi
overloading
virtual-functions
How to Avoid Calling Viritual Methods from a Base Constructor
Oct 16, 2022
c#
inheritance
constructor
virtual-functions
Non virtual methods in Java
Nov 05, 2022
java
virtual-functions
When exactly does the virtual table pointer (in C++) gets set for an object?
Mar 17, 2022
c++
constructor
virtual-functions
vtable
vptr
overriding virtual function return type differs and is not covariant
Feb 07, 2022
c++
covariance
virtual-functions
return-type
object-slicing
C++: what is the Curiously-Recurring-Template-Pattern? and can Curiously-Recurring-Template-Pattern replace virtual functions?
Apr 26, 2022
c++
templates
virtual-functions
crtp
Is it ever "moral" to override a nonvirtual function? [closed]
Sep 22, 2022
c++
virtual-functions
Overloading virtual functions of the same name from different base classes. Is it possible? [duplicate]
Nov 06, 2022
c++
inheritance
virtual-functions
overriding
« Newer Entries
Older Entries »