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++ how to call method in derived class from base class
Jul 06, 2017
c++
virtual-functions
How does the compiler know which entry in vtable corresponds to a virtual function?
Nov 11, 2022
c++
compiler-construction
virtual-functions
vtable
Virtual functions versus Callbacks
Mar 24, 2019
c++
callback
virtual-functions
Should I always use the override contextual keyword?
Oct 30, 2022
c++11
virtual-functions
overriding
Force all classes to implement / override a 'pure virtual' method in multi-level inheritance hierarchy
Apr 17, 2022
c++
overriding
language-lawyer
class-hierarchy
virtual-functions
Exception specification when overriding a virtual function
Nov 05, 2022
c++
exception
virtual-functions
exception-specification
Warning: overloaded virtual function "Base::process" is only partially overridden in class "derived"
Nov 02, 2019
c++
overriding
virtual-functions
name-hiding
Should a virtual function essentially have a definition?
Nov 08, 2022
c++
virtual-functions
undefined-reference
Calling Virtual function from V-table [closed]
Aug 27, 2022
c++
virtual-functions
vtable
overriding a function c#
Nov 17, 2022
c#
virtual-functions
C++ virtual function not called in subclass
Apr 23, 2022
c++
polymorphism
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
« Newer Entries
Older Entries »