What are an object and a class?



What are an object and a class?..

Answer / Param Vikram Singh

An Object is an instance of a Class, representing a real-world entity. A Class is a blueprint or template for creating objects. In .NET, classes define the structure and behavior of objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

What are the differences between com architecture and.net architecture?

1 Answers  


Different between .net & j2ee ?

1 Answers  


What base class do all Web Forms inherit from?

1 Answers  


What is DTS and explain the purpose of it?

1 Answers   ADITI,


What is smart navigation in .net?

1 Answers  


Is it true that objects don't always get destroyed immediately when the last reference goes away?

1 Answers  


Explain the difference between garbage collections in .net 4.0 and earlier versions?

1 Answers  


Why inheritance is important?

1 Answers  


State some of the different languages supported by .net?

1 Answers  


How anonymous method is different from a lambda expression?

1 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually.

1 Answers  


Explain can the validation be done in the server side? Or this can be done only in the client side?

1 Answers  


Categories