Is class an Object? Is object a class?

Answer Posted / kaushi

object is an instance of a class or in other words object
is a snapshot(blueprint)of a perticuler class.
class is real world object.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by "explicitly implemeting an interface". Give an example?

728


Which keyword can be used for overloading?

769


What does it mean that a method or class is abstract?

693


Can encapsulation be called as a security device?

721


Is is possible to define our own functional interface?

769


Can an interface inherit from another interface?

728


What is the use if instanceof keyword? And how do refer to a current instance of object?

716


Explain about the design phase?

756


How many methods are there in the externalizable interface?

743


What is a default method? Why do we need default methods in java 8 interfaces?

763


What are manipulators?

806


Differences between functional programming and object-oriented programming?

712


What is the function of pure virtual functions?

681


Explain the term constructor

785


Give any criteria when you use an abstract class and an interface?

714