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 limitations of oops?
Difference between class and an object?
Why are virtual users created?
What do you mean by "explicitly implemeting an interface". Give an example?
Do we require parameter for constructors?
What are the rules to define a functional interface?
What is the purpose of late binding in object-oriented programming?
How do I make sure that an object is released in code such as a connection or file object?
What is meant by “abstract interface”?
What is the syntax of object oriented method call?
Why does java not support multiple inheritance?
What is the difference between function overloading and over riding?