Answer Posted / eknath wagadre
Object in java is Big Thing...........
Object is a real time entity which has
Name,behavior,attribute,action so many thing. so when we
analyzing any object we have to analyze all these thing like
this..
Name : Name of the Object as Name of the class
Behavior : What is the behavior of that object
Attributes : What is the attribute of the object such as for
Student objct his age,roll no,marks etc.
Action: What operation we have to perform on that attribute
of student object ....
I think this the object analysis....wrt programming.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is hashmap thread safe?
What are byte codes?
What is the internal implementation of set in java?
What is static synchronization?
What is a native method in java programming?
What is the meaning of flag day?
What does sprintf return?
What is the difference between the boolean & operator and the && operator in java programming?
What is the method in java?
Describe how to implement singleton design pattern in struts.
What are the differences between stringbuffer and stringbuilder?
What is static import?
Is zero a natural number?
What is stack explain?
Can you make a constructor final?