Dynamic method dispatch
Jul 28, 2024 · 1 min read · I have been learning and coding in java lately and the object oriented programming concepts are super intresting. Here is one of my new learning: When you create a reference of the parent class and an object of the child class, you will be able to ac...
Join discussion