What is the use of “overrides” and “overridable” keywords on May 16, 2013 Get link Facebook X Pinterest Email Other Apps Question. What is the use of “overrides” and “overridable” keywords Overridable is used in parent class to indicate that a method can be overridden. Overrides is used in the child class to indicate that you are overriding a method Comments
Comments
Post a Comment