what are the analysis of an object
Answers were Sorted based on User's Feedback
Answer / deepakkumar1887
per record we should have one object. usually object are used
to store specific information to perform set of operation
| Is This Answer Correct ? | 3 Yes | 2 No |
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 |
please write java program of instanceOf keyword implementation
Define "Access specifiers" in java.
What is class variable java?
How to override equals() and hashCode() method in java?
What carriage return means?
Need to use public,static keywords in main function?
What is the USE of Null interfaces ??...if thers nothing inside these interfaces how are they used and WHy are they used ???? No 1 has given a proper description yet
What is the difference between post and put?
Explain the reason behind ending a program with a system.exit(0)?
What does int [] mean in java?
How does abstract modifier work?
What is the nested interface?