Does C# support multiple inheritance?

Answer Posted / mahesh babu ummaneni

c# is not supporting the multiple inheritence,
why because if u done multiple inheritence it shows the amphiquety problem thets why multiple inheritence is not supported.
to overcome this problem with interface

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define c# i/o classes? List the commonly used classes?

633


Can we override interface methods in c#?

557


Is static thread safe?

578


What is dictionary class in c#?

560


Explain About CLS?

630






What is datagridview in c#?

739


Give some examples for built in datatypes in c#?

636


What is the use of generics in c#?

549


Is collection a data structure?

623


Why are dynamic link library used over static one?

616


What is string interpolation in c#?

623


What are collections in c#?

559


What is the difference between console application and windows application?

581


Is int an object in c#?

595


Explain the 3 types of properties in c# with an example?

623