Which of the following statements is TRUE ?
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
4
Pure virtual functions can never have a body