What is an Interface

后端 未结 4 913
醉梦人生
醉梦人生 2021-01-27 05:06

With reference to UML diagrams, what is an interface? and can someone explain in more simpler words. I cant understand anything from googling it.

4条回答
  •  孤街浪徒
    2021-01-27 06:02

    In one word: it's a contract. Every class that implements this contract (interface) will have to implement the methods defined on it.

提交回复
热议问题