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
Can you have parameters for static constructors?
What is static classes?
What are the principles of delegation?
How to add controls dynamically to the form using c#.net.
Define c# i/o classes? List the commonly used classes?
What is the difference between a function and a method?
What is a value type in c#?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is the use of system.environment class in c#.net?
Can u list some style properties of List Box?
What is the purpose of private constructor in c#?
How do you inherit a class into other class in c#?
Tell me the difference between call by value and call by reference.
Why should you override the tostring() method?
What is thread.sleep()?