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 main underlying concepts of object orientation?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What are the basic concepts of oop?
What is the function of dynamic typing?
What is serialization? How do we implement serialization actually?
What is abstraction? How does it differ from encapsulation
What if we make the method as abstract in another interface?
why do requirements change so much? after all, don't people know what they want?
Comment: C++ "includes" behavior and java "imports"
Difference between abstraction and implementation hiding ?
Can you think of some nice examples where *multiple* actors are associated with a use case ?
What is the use if instanceof keyword?