what is difference between class and object?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... Class is a blue print of an object,which is non-live
entity.
Object is instance of class,which is a live entity.
example: Employee is a class
Fruit is a class
but
DEVARATHNAM is an object
ROSE is an object
Is This Answer Correct ? | 99 Yes | 39 No |
Post New Answer View All Answers
how we can create packages in java?
What is mean by collections in java?
5 Coding best practices you learned in java?
What is meant by method overriding?
Can an interface be defined inside a class?
how do I create a runnable with inheritance? : Java thread
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
How to calculate the length of a singly linked list in java?
What is oop in java?
I want to re-reach and use an object once it has been garbage collected. How it's possible?
How list contains works in java?
what state does a thread enter when it terminates its processing? : Java thread
What is the symbol for average?
How many types of parsers are there?
What is the difference between iterator and enumeration ?