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 write back and write through caches? : Dot net architecture
What is the mesi? : Dot net architecture
What actually happes when you add a something to arraylistcollection ?
What is the purpose of hard disk? : Dot net architecture
Explain about microsoft visual studio?
How resource files are used in .net?
Explain the race around condition? : Dot net architecture
how to change the application name?
deference between display and visibility property of CSS
What is MS chart control in visual studio?
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
How will you do windows authentication and what is the namespace?
What is the application frame host?
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture
Use of Enable view state ? if turn off what happen ?