Multiple choice Which of the following is the main function of inheritance using classes? It adds graphics to the computer. It binds data and functions. It helps to secure the data. It leads to the code reusability. Reveal answer Fill a bubble to check yourself D Correct answer Explanation Inheritance allows new classes to acquire properties and methods from existing classes, promoting code reuse. This hierarchical relationship reduces redundancy and enables polymorphic behavior through shared interfaces.