Explain what are an object and a class?
Answer / Satya Nand Mishra
A class is a blueprint or template that defines the properties (fields) and methods (functions) for creating objects in .NET. An object, on the other hand, is an instance of a class created by using its constructor and assigned memory at runtime. Each object has its own unique state (values of its fields).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to write an MMC snap-in for my Windows service?
diff between forms authentication and windows authentication?
How to implement CAS in .Net?
Explain what is the difference between a class and an object, and how do these terms relate to each other?
Compare client server application with n-tier application
What is an EXE?
How to Create and Consume a Web Service?
What is stored procedure ? how we use it in .NET ?
What exactly is being serialized when you perform serialization in .net?
How to find methods of a assembly file (not using ILDASM) Reflection
Integer & struct are value types or reference types in .NET?
What operating systems does the .net framework run on?