what is object in c sharp?

Answers were Sorted based on User's Feedback



what is object in c sharp?..

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

what is object in c sharp?..

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

Post New Answer

More ASP Interview Questions

Why asp is used?

0 Answers  


how to configure asp.net website in vs2008. and the projects devoloped in 2005 can be run in 2008

0 Answers  


In how many ways you can track the Session?

1 Answers  


What is Round Trip

1 Answers  


What is Request Object?

2 Answers  






What options are available to deploy my .net applications?

0 Answers  


Explain how do you initiate a string without escaping each backslash?

0 Answers  


How do I open an asp file on a mac?

0 Answers  


Define a form collection?

0 Answers  


Enter the roll number of a student and get his marks from a database file called MARKS. Use an ASP code for the same

0 Answers  


plz send me interview model questions asked in KVB Clerk interview.

2 Answers   Karur Vysya Bank KVB,


What is asp and how it works?

0 Answers  


Categories