Interface And Abstract class examples

Interface Examples

Simple example of implementing Interface

Example to show extend keyword with interfaces

Example to show class implementing more than one interfaces

Abstract class Examples

Abstract class example

Abstract class with interface examples