Submitted Questions

  • Using Inheritance

    Using inheritance, which of the following is not alloweda) Changing implementation of operation in parent by the subclassb) Using implementation of operation in parent class by the subclassc) Using attributes in parent class by the subclassd) Having operations is subclass which do not exist in parent classe) None

    ajrobb

    • Sep 22nd, 2010

    EUsing inheritance, which of the following is not alloweda) Changing implementation of operation in parent by the subclassIf the parent defines a virtual method, the subclass can provide its own imple...