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 difference between int and int in c#?
What is the difference between continue and break statement?
What is the difference between values and reference types?
what is c# command?
What are the features of c#?
What are virtual classes in c#?
What is the use of constructor in c# with example?
What is use of FormBoarderStyle Propertie
What are the differences between value types and reference types?
What is this keyword in C#?
What is namespace in oops?
What is float in unity?
Explain partial class in c#?
How can I create image pieces/sub image?
What is the advantage of generics in c#?