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
Explain colloboration
What do you mean by operator overloading?
What are Classes and Objects?
How to achieve data abstraction?
Can we override static methods? Why?
Why does java not support multiple inheritance?
What is the syntax of object oriented method call?
How many instances can be created for an abstract class?
Explain the use of Vtable and what are the various problems to override the functions?
What is the difference between a virtual method and an abstract method?
What is the use if instanceof keyword? And how do refer to a current instance of object?
What is the difference between oop and sop?
Can an interface implement or extend another interface?
What are the Differentiate between abstraction and encapsulation.
Define modularity?