main concept of c sharp

Answers were Sorted based on User's Feedback



main concept of c sharp..

Answer / 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

main concept of c sharp..

Answer / shashi bhushan

the main concept of the c sharp is that one can easily make
application in a pure oriented form , easily use of COM in
developing software/web application

Is This Answer Correct ?    3 Yes 4 No

main concept of c sharp..

Answer / mahalakshmi

C# is the pure object oriented language..
we can use it in web applications..
back end works of the websites are done by C#...


for example we are accessing yahoomail.com..
it is asking for the username and password..
ur entering ur details and subnitting it..
ur getting a result of tat page with ur inbox rite..
tat result can be done by C#.

Is This Answer Correct ?    2 Yes 5 No

Post New Answer

More C Sharp Interview Questions

What are concrete classes?

0 Answers  


How do you type a null character?

0 Answers  


Can you inherit multiple classes in c#?

0 Answers  


Why use “using” in c#?

0 Answers  


What is the use of parse in c#?

0 Answers  






What is difference between hashtable and dictionary in c#?

0 Answers  


Can a struct be null?

0 Answers  


What are object pooling and connection pooling and difference? Where do we set the Min and Max Pool size for connection pooling?

0 Answers  


Differentiate between copy and default constructor.

0 Answers   TCS,


What is the difference between field and variable in c#?

0 Answers  


Give an example of removing an element from the queue?

0 Answers  


Can hashset contain duplicates c#?

0 Answers  


Categories