Which of the following statement is TRUE for a concrete subclass of an abstract super class? Answer The subclass itself
Posted: Thu Jul 14, 2022 2:06 pm
Which of the following statement is TRUE for a concrete subclass of an abstract super class? Answer The subclass itself must have a subclass under it The subclass must declared as abstract The subclass must override all abstracts method The subclass must have at least one abstract method