@wallhackio C++ rage comic where Vaporeon can't handle C++ sounds fun to draw
Send me some awful C++ constructs for inspiration
@vaporeon_ did you know that in C++, there are six different ways to inherit a class
@vaporeon_ you can either inherit something publicly, privately, or protectedly
furthermore, there is virtual or nonvirtual inheritance
so there is private virtual
, private
, protected virtual
, protected
, public virtual
, and public
inheritance
@vaporeon_ the default type of inheritance is private
inheritance even though no one ever uses it
very well-designed language