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

What is Exception ? When is try, catch block used ?

1 Answers  


What is the maximum size of an array?

0 Answers  


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

2 Answers   Karur Vysya Bank KVB,


What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours

1 Answers  


How does if-not-modified-since work? How can it be programmatically implemented with ASP.NET?

0 Answers  






What is asp content?

0 Answers  


How to delete an existing cookie?

2 Answers  


What are the event handlers of Application Object?

1 Answers  


Define "virtual directory"?

0 Answers  


What is the difference between client-side script and server-side script?

4 Answers  


What are the advantages of Cookies over Session Object?

1 Answers  


What is asp software?

0 Answers  


Categories