what is difference between class and object?
Answer Posted / deepak
class is a collection of its instance members like
variables and method. Objects are declared in the class.
Objects are nothing but a entity which keeps the refrence.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Can a abstract class be declared final?
Can extern variables be initialized?
What does split function do in java?
What is flush () in java?
What are scriptlets?
What do you mean by jjs in java8?
What are different types of references?
What is a Hash Table? What are the advantages of using a hash table?
What is internal variable?
When is the finalize() called?
Is java based on c?
How would you use Bubble Sort to sort the number of elements?
List some important features of java 10 release?
What is reflexive association?
How many bits is a string?