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 how to display images using response object?
What is use of asp?
What is meant by cookies? Explain the main features?
What process happens behind, when we try to access any page on the internet.
What is asp code?
Which is an advantage of application service providers (asps)?
How do in-process communication work in the common language runtime?
Is asp the same as saas?
What is the Order of precedence for LOGICAL Operators in ASP?
What are Constants? How will you declare a constant?
How we load the page in ASP?
What is Global.asa file?