what is the diffrence between class and object?

Answers were Sorted based on User's Feedback



what is the diffrence between class and object?..

Answer / sri

class is a collection of data members nd member funs()
object is an instance of a class

Is This Answer Correct ?    21 Yes 0 No

what is the diffrence between class and object?..

Answer / saravana kumar.s

class is a template for attribute and operation of an objects.
object is a instance of class .
object is use to calling class

Is This Answer Correct ?    5 Yes 1 No

what is the diffrence between class and object?..

Answer / karthick

Class -collection of object is known as class.
object-object is a instance to call a class.

Is This Answer Correct ?    4 Yes 0 No

what is the diffrence between class and object?..

Answer / sri

the exitance of class is logical.but obj exitance is phisical

Is This Answer Correct ?    0 Yes 1 No

what is the diffrence between class and object?..

Answer / arun kumar

class does not take space
eg:- empty folder have 0 byte space

object always take an space
eg:-files in folder

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Core Java Interview Questions

What are the differences between path and classpath variables?

0 Answers  


What is bytecode verifier?

0 Answers  


What things should be kept in mind while creating your own exceptions in java?

0 Answers  


What is concurrent hashmap and its features?

0 Answers  


Can we make main() thread as daemon?

0 Answers  


Can we override data members in java?

0 Answers  


Hi can u pls tell me what is the use of marker interface. Iknow what is marker interface but what ability will the object get by implementing this.

3 Answers   CGI,


How can you say java is object oriented?

0 Answers  


How can we make copy of a java object?

0 Answers  


Why do we need singleton class?

0 Answers  


Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


define the terminology association.

0 Answers  


Categories