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 |
What are the implicit objects?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Why does the option tag render selected=selected instead of just selected?
What is a compilation unit?
What is the difference between Process and Threads?
Can I have an action without a form?
What is serialization and de-serialization ?
What is jboss?
what we can't do in jdbc but can do hibernate?
Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?
5 Answers HCL, Mobillo Venture,
Difference between loadclass and class.forname?
what is a Daemon Thread?