For Asp.net Training with C# Click Here
Written By:-Isha Malhotra
Email:-malhotra.isha3388@gmail.com
Can We inherit the interface into
another interface?
Yes we can
inherit the interface into another interface. It follows the same signature for
inheritance as we use to inherit the class like:-
1. Create first interface
using
System;
using System.Collections.Generic;
using
System.Linq;
using
System.Web;