what is difference between class and object?
Answer Posted / malathi
classes is a combination of member function & data member
&methods into a single unit.It is also known as data
encapsulation.
objects is a variables to the class or instance of a
class.It is also known as data abstraction.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can we access some class in another class in java?
What is string builder?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Can you call a method on a null object?
How to use Media tracker Class.
What is a method type?
How do you compare arrays in java?
Difference between vector and arraylist.
How do you sort data in java?
How can we pass argument to a function by reference instead of pass by value?
What are scriptlets?
What is generic type?
What is a parameter in a function?
When should I use stringbuffer?
How to do a true java ping from windows?