GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Microsoft  >  Microsoft.NET

 Print  |  
Question:  Why do we need interfaces for class in C#.net



March 03, 2007 16:42:06 #2
 LMatta   Member Since: Visitor    Total Comments: N/A 

RE: Why do we need interfaces for class in C#.net
 
First of all C# does not support multiple Inheritance. So to achieve Multiple Inheritance can be done using Interface.
     

 

Back To Question