what is object in c sharp?
Answers were Sorted based on User's Feedback
Answer / bunny
Object is nothing but an instance of a class.
If we want to use the methods of the class, we have to
create the instance of the class.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / maheswari
Object is the instance of a class.And object keyword also
available in c#. It is the alias for System.Object class.
All the types in c# are directly or indirectly derived from
Object class type. And also Object is the general base
class for all other types in C#.
| Is This Answer Correct ? | 7 Yes | 0 No |
Explain the post and get method or explain the difference between them?
Which is the default Scripting Language on the client side in ASP?
What is difference between Server.transfer and Response.redirect ?
What purpose is served by the Application.Lock method? A. It locks the Application object, preventing other clients from altering any values in the Contents collection. B. It locks the application, preventing the server from responding to any requests for application documents. C. It locks the application, preventing non-SSL requests from being processed. D. It locks the Application object, preventing other clients from reading any values in the Content collection. E. It locks other clients from reading the Contents collection.
What is asp software?
Define common language specification (cls)?
Give the comment tags for the following?
Explain the differences between asp and asp.net and is asp.net backward compatible to asp?
How do I open an asp file?
what are disadvantages of AJAX controls?
Explain life cycle of asp page.
What is Querystring collection?