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

difference between html and asp?

0 Answers   Polycom,


What is a form collection in asp?

0 Answers  


What is wsdl file? (explain in detail)

0 Answers   DLI,


What are the properties used to control the expiration of the page?

1 Answers  


1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)

5 Answers  






Explain the difference between the value-type variables and reference-type variables?

0 Answers  


hello,please can any one tell me who is best faculty for asp.net in naresh it....i heard that mr.nagaraju and mr.rakesh sing both are best..so i am confused to take one particular faculty. classes ...so please if any attend classes just give me clarity of teaching style..i mean ..who is best...

0 Answers  


Explain how can you overload a method?

0 Answers  


Define collection?

0 Answers  


what is differance b/w .net assemblies and com component?

3 Answers  


What is the difference between 1.1 and 2.0 .Net framework?

2 Answers   DLI,


Difference between GET and POST? Which is used when?

3 Answers  


Categories