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 you define OOP and principles of OOP?
what are the different ways for a method to be overloaded?
How many instances can be created for an abstract class?
Can we override static methods of a class?
What are the limitations of oops?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
What is hybrid inheritance?
Explain what is an object?
What are the problems faced by the developer using object oriented programming language?
What are abstract methods?
What is the use if instanceof keyword?
What is difference between encapsulation and abstraction?
Explain the rationale behind object oriented concepts?
How to make a class accessible as a web service?
What is polymorphism? When is it employed? give an example.