Abstract Class:-Real Time Example

前端 未结 5 1874
遥遥无期
遥遥无期 2020-12-14 16:27

Recently in a interview I was asked a very general question \"what is abstract in java\".I gave the definition and it was followed with some other question on abstract as wh

5条回答
  •  抹茶落季
    2020-12-14 16:56

    You should be able to cite at least one from the JDK itself. Look in the java.util.collections package. There are several abstract classes. You should fully understand interface, abstract, and concrete for Map and why Joshua Bloch wrote it that way.

提交回复
热议问题