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 |
What are the differences between com architecture and.net architecture?
Different between .net & j2ee ?
What base class do all Web Forms inherit from?
What is DTS and explain the purpose of it?
What is smart navigation in .net?
Is it true that objects don't always get destroyed immediately when the last reference goes away?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Why inheritance is important?
State some of the different languages supported by .net?
How anonymous method is different from a lambda expression?
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Explain can the validation be done in the server side? Or this can be done only in the client side?