...
August 29, 2024

OOPS

Question 133 Use of virtual function implies____ A Overloading B Overriding C Static binding D Dynamic binding OOPSPropertiesKVS 22-12-2018 Part-B Question 133 Explanation:  → A virtual […]
August 29, 2024

OOPS

Question 134 Usually pure virtual function A Has complete function body B Will never be called C Will be called only to delete an object D […]
August 29, 2024

OOPS

Question 135 Runtime polymorphism is achieved by _____ A Friend function B Virtual function C Operator overloading D Function overloading OOPSPropertiesKVS 22-12-2018 Part-B Question 135 Explanation:  […]
August 29, 2024

OOPS

Question 136 In which case it is mandatory to provide a destructor in a class? A Almost in every class B Class for which two or […]