Answer Posted / ctharam
Good to use C#:-
------------
1)which is suitable for windows based application's platform
2)which is pure OO programming language like C++ and java
3)its support Hardware devices
4)which is the allowing programming Developers to build console base applications and webservices (web applications) and have to put in internet across the World
5)simple and easily to learn
6)supports exception handling mechanism.
Disadvantage:-
--------------
1) does not support multiple inheritance.(but support by Interface)
2)does not support Copy Constructor
3)does not use Pointer concepts
4)does not support different platforms unlike java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a partial class in c#?
What is difference between method overriding and method overloading?
Which are the access modifiers available in c#?
Which are the loop types available in c#?
What are the two kinds of properties in c#.
Is there an equivalent of exit() for quitting a c# .net application?
Can you create partial delegates and enumerations?
what is boxing and unboxing?can we initialize unboxing directly?
What type of data type conversion happens when the compiler encounters the following code?
Are c# destructors the same as c++ destructors?
Where do we set the min and max pool size for connection pooling?
What are the desktop applications?
What is the difference between string and string in c#?
Explain the types of assemblies in .net?
What is a c# delegate?