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
deference between display and visibility property of CSS
Explain a .net mobile example with details? : Microsoft dot net mobile
How resource files are used in .net?
Why am I getting an invalidoperationexception when I serialize an arraylist?
What is the difference between an application and a program?
What are the types of application software?
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
What does this do? Gacutil /l | find /i "corillian"
Explain pipelining? : Dot net architecture
readonly syntax ?
What are the options provived by vss to the user? how it will help us while delevoping application?
what is tracing? Where it used?
How can we perform data binding in atlas?
What actually happes when you add a something to arraylistcollection ?
What's new in the .net 2.0 class library?