Is class an Object? Is object a class?
Answer Posted / anum abbas
A class is just a template that is used to create the
objects and to define its behaviours.
But object is an instance of a class.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the use if instanceof keyword?
What is a subclass?
What is the diffrence between an abstract class and interface?
What is the benefit of Composition over Inheritance?
Explain about the design phase?
Can we access interface static method using interface references?
What is function override?
Define modularity?
what are the different ways for a method to be overloaded?
Write a note about inheritance?
Explain the rationale behind object oriented concepts?
Describe inheritance and non-inheritance of a derived class?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Why are virtual users created?
Why does java not support multiple inheritance?