Difference between "creating a derived class" and "override a base class with derived class"

In reply to dharamvir:

A virtual class or also called abtsract class does have pure virtual methods. You can make a reference, but you can’t construct them.