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...

Difference between C++ and C#.net

Answer Posted / suryaprakash

c++:
1. C++ code usually compiles to assembly language.
2. will allow multiple inheritence. eg. allows a method to
be overriden many times in subclasses (derived classes).

C#:
1. C# by contrast compiles to Intermediate language (IL),
which has some similarities to java byte code.
2. supports inheritence, but not multiple, only 1 override
per method/function/

Is This Answer Correct ?    43 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain About CLS?

1024


Can structs in c# have destructors?

1030


How is lazy loading achieved?

970


Which is faster list or dictionary in c#?

1007


Why do we use delegates in c#?

956


What is difference between ienumerable and ienumerator in c#?

970


What is the max value of int32 in c#?

962


What are the 2 broad classifications of data types available in c#?

914


What is regex replace in c#?

1059


What is the difference between ref & out parameters in c#?

999


What is mvc firstordefault?

953


What is the default value of singleordefault?

1006


What is an example of delegation?

981


What are the different types of classes in c#?

992


What is type keyword in c#?

957