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
Applying "using" keyword on C++ pure virtual function
Sep 15, 2022
c++
overriding
virtual-functions
using-declaration
Implementing the same method signature from two 'interfaces'
Sep 15, 2022
c++
multiple-inheritance
virtual-functions
overriding
C++ passing unknown type to a virtual function
Sep 17, 2022
c++
templates
virtual-functions
Virtual table/dispatch table
Aug 10, 2022
java
c++
oop
virtual-functions
Is it bad practice to call a virtual function from constructor of a class that is marked final
Sep 14, 2022
c++
c++11
constructor
virtual-functions
dynamictype
Is it ever a good idea to put virtual methods on a copyable type?
Mar 03, 2022
c++
copy
clone
virtual-functions
object-slicing
Invoking virtual method in constructor: difference between Java and C++
Sep 13, 2022
java
c++
virtual-functions
object-lifetime
vptr
C++ Pointer to virtual function
Sep 13, 2022
c++
function-pointers
virtual-functions
member-function-pointers
Multiple inheritance + virtual function mess
Sep 12, 2022
c++
multiple-inheritance
virtual-functions
diamond-problem
C++ override private pure virtual method as public
Sep 12, 2022
c++
oop
virtual-functions
private-members
overriding
C++ Style: Prefixing virtual keyword to overridden methods
Sep 06, 2022
c++
methods
coding-style
virtual-functions
Difference between redefining and overriding a function
Sep 05, 2022
c++
c++11
overriding
virtual
virtual-functions
Does Swift have dynamic dispatch and virtual methods?
Sep 05, 2022
virtual-functions
swift
dynamic-dispatch
in c++ when subclassing why sometimes need to add virtual keyword to overridden function?
Sep 05, 2022
c++
inheritance
virtual-functions
When is a vtable created in C++?
Sep 05, 2022
c++
polymorphism
virtual-functions
vtable
Override a member function with different return type
Sep 05, 2022
c++
virtual-functions
overriding
redefinition
Why would a virtual function be private?
Sep 05, 2022
c++
private
virtual-functions
access-specifier
overriding
Does it make sense to add final keyword to the virtual function in a class that has no base class (is not derived)
Sep 04, 2022
c++
c++11
final
virtual-functions
C++: Pointer to monomorphic version of virtual member function?
Nov 20, 2021
c++
virtual-functions
member-function-pointers
pointer-to-member
« Newer Entries
Older Entries »