what is difference between class and object?
Answer Posted / tamanna yesmin(jagannath unive
Objects contain data and code to manipulate that data where
the entire set of data and code of an object can be made a
user defined data type using the concept of a Class.
A class
may be thought of as a"data type" and an object as
a"variable"of that data type
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are different exception types exceptions available in java ?
What is %02d?
How the metacharacters are different from the ordinary characters?
How do you reverse sort in java?
What is the use of 'super' keyword inside a constructor?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Can we use a default constructor of a class even if an explicit constructor is defined?
How many bits is a string in java?
What is overloading and overriding in java?
What is the symbol for average?
What is math in java?
What is the basic difference between string and stringbuffer object?
What do you understand by the term singleton?
Explain restrictions for using anonymous inner classes?
Explain about fail fast iterators in java?