[JavaSE series] Java object-oriented composition polymorphism and interface

⭐ ♪ previous words ⭐ ️ This article introduces you to the basic knowledge of Java - composition, polymorphism and interface, friends, long time no see, question A left to readers in the previous blog post package and inheritance. This article will introduce polymorphism and interfaces in detail. The inheritance introduced last time is the ba ...

Posted by LucienFB on Tue, 23 Nov 2021 10:30:33 -0800

The difference between abstract classes and interfaces

The difference between abstract classes and interfaces The difference between abstract class and practical application of interface The conceptual differences between abstract classes and interfaces are familiar, such as whether there can be differences in constructor, access modifier, multiple inheritance and so on. In addition to concept ...

Posted by guymclaren on Thu, 16 Sep 2021 16:30:53 -0700