Ans: No,Only Support multiple interface inheritancebut support in single inheritanceExample:Single inheritance class x{//code}class y:x(Single inheritance){//code}ii) Support multiple interface inheritanceExample:interface p{//methods}Interface q{//methods}class r:p,q(here multple ineritance of interface){//code}
C# does not support multiple inheritance.But through Interface it can implement multiple inheritance.
Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.
Copyright ©2003-2009 CoolInterview.com, All Rights Reserved. Privacy Policy | Terms and Conditions Page URL: http://www.coolinterview.com/interview/9095/default.asp?cachecommand=bypass