what is difference between class and object?
Answer Posted / unknown
class is defined as a collection of objects.
object is defined as instance of class and it isa real time
entity or a thing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do you reverse sort in java?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the type of lambda expression?
why are there separate wait and sleep methods? : Java thread
What does super keyword do?
What is volatile data type?
Can we access instance variables within static methods ?
Explain about procedural programming language or structured programming language and its features?
What is data string?
What is a double vs float?
What are the three best choices for a development environment?
What is scope & storage allocation of global and extern variables? Explain with an example
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What are the important features of Java 8 release?
How does varargs work in java?