DORSETRIGS
Home

virtual-functions (3 post)


posts by category not found!

Why is a call to a virtual member function in the constructor a non-virtual call?

Understanding Why Calls to Virtual Member Functions in Constructors Are Non Virtual Calls In object oriented programming particularly in C the concept of virtua

2 min read 09-10-2024 43
Why is a call to a virtual member function in the constructor a non-virtual call?
Why is a call to a virtual member function in the constructor a non-virtual call?

LSP and virtual methods

Understanding Liskov Substitution Principle and Virtual Methods In the world of object oriented programming the Liskov Substitution Principle LSP and virtual me

2 min read 21-09-2024 60
LSP and virtual methods
LSP and virtual methods

Virtual Template Best Practice when Realization has small cardinality

Virtual Template Best Practices for Small Cardinality Realizations The problem of virtual templates with small cardinality arises when you have a base class wit

2 min read 27-08-2024 45
Virtual Template Best Practice when Realization has small cardinality
Virtual Template Best Practice when Realization has small cardinality