. True/False questions on Polymorphism Destructors should always be virtual.. . . .. [ T .Quiz cs202/tfans 12t F .Quiz cs202/tfans 12f ] A pointer to a base class can point at an instance/object that belongs to a derived class.. . . .. [ T .Quiz cs202/tfans 14t F .Quiz cs202/tfans 14f ] The compiler resolves statically bound function calls and lets the running program handle the rest.. . . .. [ T .Quiz cs202/tfans 15t F .Quiz cs202/tfans 15f ] All member functions are statically bound . . . .. [ T .Quiz cs202/tfans 16t F .Quiz cs202/tfans 16f ] All data members are statically bound . . . .. [ T .Quiz cs202/tfans 17t F .Quiz cs202/tfans 17f ] Virtual member functions are always dynamically bound . . . .. [ T .Quiz cs202/tfans 18t F .Quiz cs202/tfans 18f ] Virtual member functions are dynamically bound when applied to pointers . . . .. [ T .Quiz cs202/tfans 19t F .Quiz cs202/tfans 19f ] If a function is virtual only if it is declared as virtual in the base class . . . .. [ T .Quiz cs202/tfans 20t F .Quiz cs202/tfans 20f ] If a function is virtual then it must be declared as virtual in each derived class . . . .. [ T .Quiz cs202/tfans 21t F .Quiz cs202/tfans 21f ] An abstract class has at least one pure virtual function.. . . .. [ T .Quiz cs202/tfans 22t F .Quiz cs202/tfans 22f ] Abstract classes can not have objects.. . . .. [ T .Quiz cs202/tfans 23t F .Quiz cs202/tfans 23f ] You can declare a pointer to an abstract class.. . . .. [ T .Quiz cs202/tfans 24t F .Quiz cs202/tfans 24f ]