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
What is the difference between char and char *?
Is java a super set of javascript?
Is arraylist sorted in java?
What is collections framework?
Can main() method in java can return any data?
What is the difference between yielding and sleeping in java programming?
What does sprintf return?
What is a literal coding?
What is constant in programming?
How to perform linear search in java?
What is slash r?
What is mutable object and immutable object?
What was java originally called?
What is args length in java?
Where will it be used?