Answer Posted / subrata
Going by the definition ("object is an instance of a class") - it is clear that object IS A class type (take off "an instance of"). However, the other way round is against the correctness of definition.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between an abstract class and interface in java?
Which oops concept is used as reuse mechanism?
What is the syntax of object oriented method call?
What is Overloading ? Is it similar to overriding ?
What is the difference between an error and an exception?
Explain about inheritance?
Explain colloboration
What is the default access specifier in a class definition?
What is ‘this’ pointer?
What is the use of ‘finalize’?
What is a final variable?
What is the difference abstract class and interface?
What do you mean by operator overloading?
What are a base class, subclass, and superclass?
Can you instantiate an abstract class and what is an inner class?