what is class and object explain with example?
Answer Posted / karthik
Classes and objects are separate but related concepts.
Every object belongs to a class and every class contains
one or more related objects. A Class is static. The
attributes of a class don't change. An Object on the other
hand has a limited lifespan. Objects are created and
eventually destroyed. Also during that lifetime, the
attributes of the object may undergo significant change. A
class is a general concept while objects are the specific
and real instances that embody that concept
| Is This Answer Correct ? | 46 Yes | 10 No |
Post New Answer View All Answers
What do you know about machine.config file ?
how to create applications by using Visual Studio 2012?
5. Wcf- Session Managment
Explain a .net mobile example with details? : Microsoft dot net mobile
How is the using() pattern useful? What is idisposable?
what is sessions and cookies take one example simple way to understand
How to upload in video,mp4,in .net 4.5 ..?
Explain pipelining? : .NET Architecture
Explain difference between inprocess vs out process session state? : .NET Architecture
What is an interrupt? : .NET Architecture
.Net Frame work arch?
What happens to the winfx technologies?
Explain the components required to develop mobile applications with .net mobile? : Microsoft dot net mobile
What is the mesi? : .NET Architecture
How will you do windows authentication and what is the namespace?