1.Virtual functions do not implement polymorphism
2.Virtual functions do not permit calling of derived class functions using a base class pointer
3.We can never build an object from a class containing a pure virtual function ✓ Correct
4.Pure virtual functions can never have a body