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 local class in java?
Is hashset sorted in java?
Can a method be static?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
What is java string pool?
What are data types in oop?
What is singleton class example?
What is application system?
Differences between external iteration and internal iteration?
Is double bigger than float?
What is the disadvantage of synchronization?
What is a dynamic array java?
Explain the key functions of data binding?
Describe 2 different ways to concatenate two strings.
What is the use of default method in interface in java?