Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Does C# support multiple inheritance?

Answer Posted / ajay kumar

No, C# does not support multiple inheritance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the connections does microsoft sql server support?

915


What are accessors?

994


Describe two uses of the “using” statement during the operation of c#?

952


Can a sealed class be used as a base class?

958


What is the use of parse in c#?

898


Explain the difference between object type and dynamic type variables in c#?

933


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

4331


Define encapsulation?

1078


What is type keyword in c#?

911


What is static noise?

904


Can abstract class have private constructor c#?

940


Enlist some of the properties of a thread class?

920


What do you mean by “finalize” and “finally” methods in c#?

901


What is writeline?

876


What is literal in c#?

886