News

// c. Virtual functions should be accessed using pointer (*) or reference (&) of Base class type to achieve run time polymorphism. // ADITIONAL NOTES: // 1. Virtual functions cannot be static and also ...