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
Can you pass functions in java?
Can a class be protected in java?
What is jrmp?
What is the synonym of string?
When we should use serialization?
How arrays are stored in memory in java?
What is json parser in java?
What are basic data types?
What string is utf8?
Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?
What is the difference between the direct buffer and non-direct buffer in java?
What is the use of jtable?
What do you understand by the bean persistent property?
Can constructor be static or final?
What is the difference between path and classpath variables?