Nagarro interview question

questions on final abstract

Interview Answer

Anonymous

17 Sept 2019

It is not possible. It will throw an error as it a logical contradiction. Explanation: We cannot inherit final classes but we must inherit abstract classes. We cannot override final methods but we must override abstract methods.