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 |
What is the difference between import java.util.date and java .util?
How will you serialize a singleton class without violating singleton pattern?
Is delete, next, main, exit or null keyword in java?
What problems will occur when you don?t use layout managers?
What is the difference between superclass and subclass?
what invokes a threads run() method? : Java thread
what is the difference between String s="hello"; and String s=new String("hello");?
What an i/o filter in java programming?
How do you compare two strings lexicographically?
What is lexicographically smallest string?
what is synchronization
What is the difference between stringbuffer and stringbuilder class?