What is the difference between a class and an object, and how do these terms relate to each other?
Answer / Rampravesh Srivastava
A "class" is a blueprint or template that defines the structure, behavior, and relationships of objects in Object-Oriented Programming (OOP). An "object", on the other hand, is an instance of a class. You create objects by using the 'new' keyword to invoke the constructor of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
what are design patterns in .net....?
What exactly is being serialized when you perform serialization in .net?
i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net
How to implement CAS in .Net?
Garbage collector thread is what kind of a thread?
what is viewstate?
why .net does not support multiple inheritance?
What is Assembly manifest? what all details the assembly manifest will contain.
Which namespace does it belong to by default?
What's the .net collection class that allows an element to be accessed using a unique key?
Using activex control in .net?
What is the difference between a class and an object, and how do these terms relate to each other?