what is difference between class and object?
Answer Posted / ayush
collection of objects is class.
when object is a instance of class
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
List the three steps for creating an object for a class?
What is the same as procedures?
What about abstract classes in java?
What are void pointers?
How many wrapper classes are there in java?
What is lambda in java?
What are anonymous inner classes?
What is a file pointer?
Can we have two methods in a class with the same name?
What is the point of polymorphism java?
Explain the purpose of garbage collection in Java?
What is the purpose of the enableevents() method?
If I only change the return type, does the method become overloaded?
Can we use string in the switch case?
What are the different types of constructor?