what is difference between class and object?
Answer Posted / santosh
objects basic runtime entities.object tack up space in memory.
when program executed the objects are sending messages each other.
class contain so many objects.class is set of data members and member functions.we invoke class must create object.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Difference between a class and an object?
What is difference between word and integer?
How to use string tokenizer class.
What is a vector in java?
Can we define static methods inside interface?
What is difference between identifier and variable?
What is thread synchronization in java?
How to handle a web browser resize operation?
What are the four versions of java?
What is the static method?
What is void data type?
Is a method a function?
What is unmodifiable collection in java?
What is meant by inheritance and what are its advantages?
Write a program to print the pattern given below