Saved Bookmarks
| 1. |
What Is Method Overriding In F#? |
|
Answer» METHOD OVERRIDING is a feature of Object ORIENTED programming approach. It helps to achieve POLYMORPHISM. We can achieve method overriding using inheritance. Method overriding is a feature of Object oriented programming approach. It helps to achieve polymorphism. We can achieve method overriding using inheritance. |
|