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 |
What is difference between aspx and razor?
What is an err object?
What are the asp components?
Explain the advantages of using asp?
Is asp a scripting language?
different web application and windows application
___________ and ____________ properity to be used to create localized version of a form
how to implemet online examination in asp.net
What are the attributes of the <form> tags?
What are the tags necessary to be present within the tag ?
Explain the difference between server-side validation and client-side validation?
What are Scripting Objects?