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
Explain about httpruntime.cach.get(); method?
What is .net transaction?
Explain write back and write through caches? : .NET Architecture
Session State and can i store desirialized object in state server, if yes how and if not why.
What are the types of application software?
how to change the title of my window?
How will you do windows authentication and what is the namespace?
Difference between type constructor and instance constructor?
What is application frame host?
What is Opf3
How to improve the cache performance? : Dot net architecture
So what exactly is the configuration file for then?
Explain the five stages in a dlx pipeline? : Dot net architecture
How do I know when my thread pool work item has completed?
What is a virtual memory? : Dot net architecture