Please explain what are an object and a class?



Please explain what are an object and a class?..

Answer / Pradeep Kumar Nigam

A class is a blueprint for creating objects, which are instances of that class. An object has state (data) and behavior (methods). In C#, classes can be used to define custom data types.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Explain what is the difference between constants and read-only variables?

1 Answers  


How do I use the thread pool?

1 Answers  


Please tell us what is the difference between override and overload in a method?

1 Answers  


Which namespace is used to support multithearding in .NET?

1 Answers   Sans Pareil IT Services,


what is viewstate?

2 Answers  


Which namespace is require to used XML in .NET?

1 Answers   Sans Pareil IT Services,


Does .net supports destructors concept?

1 Answers  


Which ports are used by viruses? UDP/TCP?

1 Answers  


Difference between value type & reference types ?

1 Answers  


What are the fundamental objects in ADO.NET?

1 Answers  


What is Datatype Conversion in Vb.net?

1 Answers  


Explain the top .net class that everything is derived from?

1 Answers  


Categories