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
What does a method signature consist of?
What is a bufferedreader?
What do you mean by boolean?
How much ram can a 64 bit processor theoretically?
What is the diffrence between inner class and nested class?
What is the difference between procedural and object-oriented programs?
What happens if constructor is private?
What is a map? What are the implementations of map?
Is class is a data type?
What is the difference between break and continue statements?
Tell me about your ability to work under pressure
Objects or references which of them gets garbage collected?
How do you compare characters in java?
Why char array is favored over string for the storage of passwords?
What is callablestatement? How you can call stored procedure to pass in parameter?