what is difference between class and object?
Answer Posted / dara
Class is templet for an object.Object is an instance of a class.
Is This Answer Correct ? | 189 Yes | 28 No |
Post New Answer View All Answers
What do you know about the garbage collector in java?
What is the difference between keyword and identifier?
Can a class be a super class and a sub-class at the same time? Give example.
What does serializing data mean?
What is the difference between object oriented programming language and object based programming language?
What is application tier?
what is object slice?
What are the methods available in a class?
Explain the difference between an Interface and an Abstract class?
What is a local block?
Why isn’t there operator overloading?
Explain about map interface in java?
Why is whitespace important?
Differentiate between a constructor and a method? Can we mark constructors final?
What are the elements of java?