Is class an Object? Is object a class?
Answers were Sorted based on User's Feedback
Answer / shashi
a class is a class which is an object but class is not an
object
| Is This Answer Correct ? | 1 Yes | 3 No |
What are the properties that are defined in an object model?
What is the difference between an error and an exception?
Explain static binding
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is an abstraction?
What are abstract functions? Why are they used?
What interface must an object implement before it can be written to a stream as an object?
Explain about instance in object oriented programming?
What is overriding?
What is the difference between function overloading and over riding?
what is meant by "method-wars"?
How to use CRC Cards for Class Design?