what is difference between class and object?
Answers were Sorted based on User's Feedback
Answer / ravikiran
class is the template for members and methods
Object is the physical reality to access the members and
methods
| Is This Answer Correct ? | 31 Yes | 40 No |
Answer / talha ameer
Class is an idea which is we think in our mind after we
create its oject which is consist on coding.
| Is This Answer Correct ? | 4 Yes | 18 No |
Answer / ekta choudhary
ex of class is fruit mango
ex of object is car .
| Is This Answer Correct ? | 5 Yes | 27 No |
How to create two different thread class inside a main function?
Is assembly language a low level language?
What is string manipulation?
static inner classes means..?
Explain the use of javap tool.
What is difference between this and super keyword?
Can a class have an interface?
Why Java is a platform independent language?
Can a boolean be null java?
What is math in java?
Does java trim remove newline?
What is the multilevel inheritance. and also give the Example of it ?