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 are the components of asp?
How to include active x controls in asp code?
How to make page break in Crystal Report..?
How can I see what assemblies are installed in the global assembly cache?
What does active server pages look like?
what is the full form MSWC?
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database? A. ADO B. RDO C. RDS D. OLEDB E. None of the above.
How to display images using response object?
How can I break Search
What are the features of asp?
Name the methods in application object?
very Simple Question i Know But I Cant Do It public int Y { get { return _y; } set { _y = value; } } How Can i Check for Value Y in Accessories Say if Y > 5