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

Define asp?

0 Answers  


how we can establish the connectivity between front end and backend?(asp as front end and c# as back end)

0 Answers   Polycom,


Define an application domain?

0 Answers  


How many global.asa files can an application have in asp?

0 Answers  


What is the common language specification (cls)?

0 Answers  






Define a cookies collection?

0 Answers  


what is stored procedural

0 Answers  


write a program for sorting of all students records in a class according to roll no. using ADO and corresponding database.

0 Answers  


What is an asp model?

0 Answers  


what are web handlers?

0 Answers  


?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.

1 Answers  


Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")

1 Answers  


Categories