what is difference between object state and behaviour?
Answers were Sorted based on User's Feedback
Answer / sam
If you change the state of an object, you ask it to perform
a behavior. An object stores its states in a field e.g.
variables, and demonstrates its behavior through methods.
| Is This Answer Correct ? | 16 Yes | 6 No |
Answer / sai koti
may be state is nothing but the property of the object(things in real world). which indirectly influence their behavior.still i don't know the exact meaning of state of an object in oop
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / raj
If you not change the state of an object, you ask it to perform a behavior. An object stores its states in a field e.g. variables, and demonstrates its behavior through methods.
this questions and answers are very bad
| Is This Answer Correct ? | 4 Yes | 7 No |
Why are my checkboxes not being set from on to off?
What is a convertor?
What is Bootstrapping in RMI?
can i call multipule form beans in Action class?
What is difference between object state and behavior?
How would you detect a keypress in a jcombobox?
What is runnable?
What is the purpose of the finally clause of a try-catch-finally statement?
Write a program on RMI and JDBC using StoredProcedure?
In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work
what is heepStored?
Is a class a subclass of itself?