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 life cycle of asp page.
What is difference between aspx and ascx?
What opens asp files?
What is the difference between cshtml and aspx?
Define session object?
What is the difference between asp and saas?
What purpose is served by the application.lock method?
Name the data type should you use if you want an 8-bit value thats signed?
Whats the implicit name and type of the parameter that gets passed into the class set method?
Which is the default scripting language of asp in server-side?
Define a variable in asp?
How to convert a string into an integer in .net?