Interface vs Abstract Classes

前端 未结 4 1776
不知归路
不知归路 2021-01-14 05:35

I am a little bit familiar with the difference between Abstract and Interface classes but What do you think is the meaning of the sentence below?

An i

4条回答
  •  独厮守ぢ
    2021-01-14 06:05

    Additional to Jigar Joshi answer. We can implements any number of interface but we can extend only one abstract class.

提交回复
热议问题