You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2019/01/24 17:38:46 UTC

[GitHub] joshtynjala commented on issue #75: Abstract methods in ActionScript

joshtynjala commented on issue #75: Abstract methods in ActionScript
URL: https://github.com/apache/royale-compiler/issues/75#issuecomment-457287684
 
 
   > Another question is: Should abstract method have to be override in class which inherits from abstract class ?
   
   I found this rule in Java, which I think makes sense:
   
   > When an abstract class is subclassed, the subclass usually provides implementations for all of the abstract methods in its parent class. However, if it does not, then the subclass must also be declared abstract.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services