Answer Posted / 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 View All Answers
What does exclamation mark mean c#?
Can abstract class have private constructor c#?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
Is c# good for games?
Can you declare a class or a struct as constant?
What is serialization in c#?
Where are value types stored in c#?
Is comparable a functional interface?
Explain constructor in c#?
How do I declare a pure virtual function in c#?
Why do we need escape characters?
What is session and cookies in c#?
What is meant by desktop application?
What are native methods?
How can we set class to be inherited, but prevent the method from being over-ridden?