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 Inheritance in C#?
What are satellite assemblies? How will you get the different language strings?
What is connection pooling in ado.net?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What are properties in c#. Explain with an example?
Which is more efficient for loop or while loop?
What is ac callback?
What does break do in loop?
How to install or uninstall a windows service?
how to stored and retrive video in Sql server using asp.net c#......?
what class is underneath the sortedlist class?
Is it possible to have different access modifiers on the get/set methods of a property in c#?
Why hashtable is thread safe in c#?
Explain code compilation in c#.
explain the three services model commonly know as a three-tier application.