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 nameof c#?
Who benefits from ajax?
What are virtual classes in c#?
Please explain the basic string operations used in c#?
what is IFormatable
What is data dictionary in c#?
how to sort an array in c#
In c#, what will happen if you do not explicitly provide a constructor for a class?
What is the difference between dataset and datatable in c#?
What is connection pooling in ado.net?
When can a derived class override a base class member?
Which class does the remote object has to inherit?
Define a partial class?
Should I use double or float?
What is yield return in c#?