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 zero a natural number?
State the significance of public, private, protected class?
What is a dynamic array java?
What are predicates in java 8?
Differences between traditional programming language and object oriented programming language?
What is function declaration?
What is a boolean field?
What is a Null object?
Explain about data types?
What is array list in java?
What is * argv?
What are namespaces in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is the difference between int and integer in java?
Explain about arraylist?