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 are the access modifiers available in java?
What are variable names?
What is the program compilation process?
What is static variable with example?
Explain heap sort?
What is ellipsis in java?
What is the difference between serializable and externalizable interface?
What is data member in java?
Is break statement can be used as labels in java?
What is the type of lambda expression?
What is file in java?
What two classes are used to read data only?
Which are the two subclasses under exception class?
What is parsing a string?
Can we print null in java?