Is class an Object? Is object a class?
Answer Posted / guest
class itself is a specification not an object. Object is a
instance of class.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can we override static methods of a class?
What is the difference between an error and an exception?
What is Overloading ? Is it similar to overriding ?
What are the different principle of OOPS?
What is an abstraction?
What is the function of pure virtual functions?
Why is message passing between the objects important?
Why is class hierarchies managed in object-oriented programming?
What if we override the conflicting method in the class?
Can a class in java be inherited from more than one class?
What is meant by overloading functions and operators?
Difference between class and an object?
What is the @functionalinterface annotation?
What are the limitations of oops?
Can an interface implement or extend another interface?