List Question
20 TechQA 2024-02-27T05:10:50.863000Is there a way for a base class to require derived classes to have a comparison function to an object of the derived same class?
57 views
Asked by Antonymous1337
C++ problem accessing override pure virtual function after destructor and setting new value
193 views
Asked by Benny
Is it possible to overload the implementation of a pure virtual function in the child class?
102 views
Asked by Blargian
Require derived classes to provide a static const value
142 views
Asked by Charles
How to implement an interface and inherit from another specialized template at the same time
96 views
Asked by Eric Qiang
What is the correct way to write pure virtual function without a specific return type?
215 views
Asked by Kapibarovich Kapibarov
Why does a pure virtual member function have to be virtual?
184 views
Asked by Riccardo Caiulo
Bind pure virtual method
121 views
Asked by Antonio
C++ Interface with convenience methods
92 views
Asked by Antonio
Unexpected compile error when dealing with vector of unique_ptr<pure_virtual_class> inside std::map
170 views
Asked by undersilence
Are the default copy constructors and assignment operator created for an abstract class in C++?
77 views
Asked by Nishikant
"methodX() is a protected member of MyClass" error inside class that extends MyClass
75 views
Asked by Mr. Developerdude
Virtual function in Inheritance in C++
140 views
Asked by Jigar Patel
c++ Partial template specialization of function as pure vitrual
87 views
Asked by Vahag Chakhoyan
cpp - class that has pure virtual, normal function, static variables and friend class
86 views
Asked by Yaniv G
Getting "undefined reference to `vtable`" error for parameterized constructor
515 views
Asked by TechTotie
C++ pure virtual function call doesn't throw run-time exception?
400 views
Asked by Troskyvs
Deep copying a vector of pointers in derived class
160 views
Asked by botetta