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.
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.