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
C++: fighting polymorphism overhead
Oct 14, 2022
c++
optimization
polymorphism
virtual-functions
Is there a way to detect if a function is overridden?
Sep 13, 2022
c++
templates
inheritance
virtual-functions
Does this constexpr virtual function technique violate any C++11/C++14 rule?
Oct 23, 2022
c++
c++11
c++14
constexpr
virtual-functions
Delegation to sister class
Aug 30, 2022
c++
virtual-functions
Multiple inheritence leads to spurious ambiguous virtual function overload
May 11, 2022
c++
multiple-inheritance
virtual-functions
overload-resolution
name-lookup
When do we break binary compatibility
Nov 08, 2022
c++
dll
virtual-functions
abi
What's the advantage of this indirect function call?
Aug 10, 2019
c++
inheritance
function
abstract-class
virtual-functions
C++: Is "Virtual" inherited to all descendants
Sep 28, 2022
c++
inheritance
virtual-functions
How do we call a virtual method from another method in the base class even when the current instance is of a derived-class?
Oct 22, 2022
c#
derived-class
base-class
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
« Newer Entries
Older Entries »