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
Size of polymorphic class derived virtually
Nov 12, 2022
c++
virtual-functions
vtable
virtual-inheritance
diamond-problem
Can one extend virtual interface without recompilation of client code?
Dec 10, 2018
c++
shared-libraries
virtual-functions
binary-compatibility
Are all unused undefined methods allowed?
Apr 26, 2017
c++
language-lawyer
virtual-functions
undefined-function
Why is a vptr required when the derived class doesn't override the virtual function?
Nov 07, 2022
c++
overriding
virtual-functions
vptr
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
« Newer Entries
Older Entries »