Difference between C++ and C#.net
Answer Posted / aman
1.c++ supports Object oriented bt c# is purely object
oriented....2.in c++ the main class is diffrent it is
outside d class bt in c# the main class in inside d class..
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
What is .dbml file?
Why are local variables stored in stack?
How main method is called in c#?
Why is it not a good idea to use empty destructors?
What is the difference between Decorator and Adapter pattern?
Illustrate race condition?
Why do we overload constructors?
How is a string immutable?
What is scope c#?
What is throw in c#?
What are c# attributes and its significance?
Difference between StackPanel and RelativePanel ?
What is session c#?
What is overriding in c#?
What is an array class?