CoolInterview.com - World's Largest Collection of Interview Questions
Send Free SMS
 Interview Questions  
 Our Services  


INTERVIEW QUESTIONS MICROSOFT C# DETAILS
Question :
Does C# support multiple inheritance?


Category C# Interview Questions
Rating (0.0) By 0 users
Added on 7/28/2006
Views 1151
Rate it!
Answers:

Ans:

No,

Only Support multiple interface inheritance

but support in single inheritance

Example:

Single inheritance

class x

{

//code

}

class y:x(Single inheritance)

{

//code

}

ii) Support multiple interface inheritance

Example:

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.



 Posted by: Munindra Kumar Sahoo    

Contact Munindra Kumar Sahoo  Contact Munindra Kumar Sahoo


If you have the better answer, then send it to us. We will display your answer after the approval.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification  Enter the above shown code:*
Inform me about updated answers to this question

   
Related Questions
View Answer
How do you inherit from a class in C#?

View Answer
What's the implicit name of the parameter that gets passed into the class' set method?

View Answer
Is it mandatory to implement all the methods which are there in abstract class if we inherit that abstract class..?

View Answer


What is the difference between const and static read-only?



View Answer
How to fill datalist usinf XML file and how to bind it,code behind language is c#

View Answer
WHAT IS THE ADVANTAGE OF SERIALIZATION?

View Answer
How we hand sql exceptions? What is the class that handles SqlServer exceptions?

View Answer
What is indexer? where it is used plz explain

View Answer
can we inherit the java class in C# class,how?

View Answer
We declare an integer variable 'x' in C# as

View Answer

Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.

Notify me when better answer is posted!
Email:

View ALL C# Interview Questions

User Options
Sponsored Links


Copyright ©2003-2010 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions
Page URL: http://www.coolinterview.com/interview/9095/default.asp?cachecommand=bypass


Download Yahoo Messenger | Placement Papers| FREE SMS | ASP .Net Tutorial | Web Hosting | Free SMS | Dedicated Servers | Joke of the Day

0.72