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 |
sir,please send me the NIC exam questions
How many types of cookies are there?
10 Answers TechSolution, Tops Technologies,
How does VaryByCustom work?
Explain how can you overload a method?
Who invented asp?
Which is the default Scripting Language on the client side in ASP?
How to refersh an asp page on a single click of a button.
What does asp stand for?
Define a form collection?
What is msmq? What is n-tier system?
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
What is the difference between post and get method.