Showing posts with label can we inherit the interface. Show all posts
Showing posts with label can we inherit the interface. Show all posts

Wednesday, 9 May 2012

Can We inherit the interface into another interface?


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;