Which of the following statements is TRUE?
1
Polymorphic programming can eliminate the need for switch logic.
2
A class is made abstract by declaring that class virtual.
3
All virtual functions in an abstract base class must be declared as pure virtual functions.
4
Referring to a derived-class object with a base-class handle is dangerous.
5
Question Not Attempted