What is an Interface

后端 未结 4 1016
醉梦人生
醉梦人生 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:04

    A Interface is just a description of a class nothing concrete.

    You use it to create a new class "with the same description" without knowing the concrete implementation.

提交回复
热议问题