what is the difference between object and class
Answer Posted / prema
Class is a template or a plan for creating objects.
For example: For construction of building we need a plan.
Without plan we can't construct building. Here plan acts as
class. Building acts as object.Using the same plan we can
build any number of building.
In the same way we can create any number of objects for the
same class.Class tell whats the object state and behaviour.
Basically class tells what the object should have.
Object is an real world entity, which has something and
which know something. It means ojects has state and
behaviour.State of the object is represented by instance
variable. Behaviours are representd by methods.
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
How does predicate work in java?
Is singleton set an interval?
Explain thread life cycle in java?
What is ‘is-a ‘ relationship in java?
what is meant wrapper classes?
What’s the difference between callable and runnable?
What is contractor means and methods?
Compare Mutex and Semaphore in java.
What about anonymous inner classes in java?
Difference between this() and super() ?
What are the basic interfaces of java collections framework?
How to create com object in Java?
How will you serialize a singleton class without violating singleton pattern?
What are the 8 data types in java?
What is bubble sorting in java?