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
How do you type a null character?
What are bitwise logical operators?
Why do you need boxing in c#?
What are handlers in c#?
What is the difference between serialization and deserialization in c#?
In which way you can convert a value-type to a reference-type?
Who is a accessibility modifier “protected internal†available to ?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
Can you declare a class or a struct as constant?
What is enum in c#?
Difference between directcast and ctype.
What is null in database?
What is a type c#?
What is the difference between internal and protected in c#?
Is namespace necessary in c#?