Answer Posted / kishore anumala
C# is a strongly typed language i.e., memmory management is
done efficiently. And the main concept of C# is to
implement OOPS and also COM Model i.e component
reuasablility.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is c# used for frontend or backend?
What is a string c#?
Is c# dictionary a hash table?
What is gac? What are the steps to create an assembly and add it to the gac?
What are the types of operator?
What is dictionary class in c#?
What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?
What is the use of console readkey ()?
What is the base class in .net from which all the classes are derived from?
i want o/p 011242110 in c# code.
How many constructors can a class have in c#?
Can a struct inherit from an interface in c#?
When was c# created?
Which is faster dictionary or list?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?