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 derived-class
Inheritance: Selecting which base class methods to inherit [closed]
Nov 29, 2025
c++
derived-class
Pythons 'with'-statement: correctly nest/derive classes with __enter__/__exit__
Nov 29, 2025
python
derived-class
with-statement
static member definition with template base class
Nov 27, 2025
c++
templates
static-members
derived-class
Determine type derivation from generic type
Nov 22, 2025
c#
generics
reflection
derived-class
Is there no way to upcast into an abstract class and not modify it each time a class is derived from it?
Nov 04, 2025
c++
virtual
abstract-class
derived-class
Should the inherited class be in the same cs file of the base class?
Nov 03, 2025
inheritance
radix
derived-class
c#
Best way to store std::vector of derived class in a host parent class
Oct 29, 2025
c++
shared-ptr
smart-pointers
unique-ptr
derived-class
Knowing which derived class a base class pointer points to
Oct 18, 2025
c++
inheritance
derived-class
Access to protected members of base class with CRTP
Oct 15, 2025
c++
protected
derived-class
crtp
How to use list comprehension in list derived class
Sep 07, 2025
python
constructor
list-comprehension
derived-class
Why use interface and abstract over just abstract?
Mar 05, 2023
c#
interface
abstract-class
derived-class
C# new class with only single property : derive from base or encapsulate into new?
Jan 25, 2023
c#
class
coding-style
derived-class
using overloaded function of the base class
Jan 20, 2023
c++
overloading
derived-class
java erasures of derived generic type
Jan 15, 2023
java
generics
derived-class
type-erasure
overriding
python constructor of derived class
Dec 29, 2022
python
derived-class
super
base-class
Does a derived class object contain a base class object?
Dec 29, 2022
c++
constructor
derived-class
base-class
Virtual method called from derived instead of base
Dec 22, 2022
c#
virtual
base
derived-class
Can a derived class be smaller than its parent class?
Dec 19, 2022
c++
inheritance
derived-class
memory-efficient
Serialization of derived objects without the xsi:type
Feb 05, 2023
c#
xml-serialization
derived-class
What will happen if dynamic_cast<void*> casts an object with underlying non-most-derived class?
Sep 04, 2025
c++
derived-class
dynamic-cast
Older Entries »