What is difference between overloading and overiding ?
Anonymous
Overloading means method name should be same, but parameters are different in within same class, Overiding means method name and parameter should be same. We can override the properties using overide anotation in subclass.
Check out your Company Bowl for anonymous work chats.