what is difference between class and object?
Answer Posted / gurunath
Guys it's very simple.
Say fruits is a class then apples,mangoes....etc will
become objects.
| Is This Answer Correct ? | 9 Yes | 13 No |
Post New Answer View All Answers
What is final access modifier in java?
How are variables stored in memory?
Does .length start 0 java?
Is jdk required on each machine to run a java program?
Can we use this () and super () in a method?
What is difference between float and double?
What does sprintf mean?
What is javac used for?
What are the 8 primitive data types in java?
Where is singleton pattern used?
What are the features in java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Can you use abstract and final both with a method?
Enlist few advantages of inheritance?
Difference between operator overloading and function overloading