Nieuws

A controversial new proposal for .NET suggests the introduction of a limited form of multiple inheritance via abstract interfaces. This feature was inspired by Java’s default methods.
Use Java's extends keyword to derive a child class from a parent class, invoke parent class constructors and methods, override methods, and more.