what is difference between class and object?
Answer Posted / ekta choudhary
ex of class is fruit mango
ex of object is car .
| Is This Answer Correct ? | 5 Yes | 27 No |
Post New Answer View All Answers
What is isa relationship?
What are features of java?
Where local and global variables are stored?
What is a function in java?
What is the maximum size of a string in java?
What is difference between Heap and Stack Memory?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Explain the Propertie sof class?
How do you reverse sort a list in java?
How to print nodes of a Binary tree?
what is meant by abstract class?
Which browsers work with java?
What is multiple inheritance? Is it supported by java?
What is instanceof keyword?
What is the difference between class & structure?