what is difference between class and object?
Answer Posted / tamanna yesmin(jagannath unive
Objects contain data and code to manipulate that data where
the entire set of data and code of an object can be made a
user defined data type using the concept of a Class.
A class
may be thought of as a"data type" and an object as
a"variable"of that data type
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to implement a multithreaded applet?
How do you override a method in java?
Can I learn java without any programming experience?
Can private class be extended java?
Why are arrays useful in java?
Which is fastest collection in java?
What is the vector class in java programming?
What are the common uses of "this" keyword in java ?
When is finally block not called?
What is independent and dependent variables in research?
What is an object’s lock and which object’s have locks?
What is operator overloading. Is it is supported in java?
What are the features of java?
Is string a data type in java?
Can we initialize the final blank variable?