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 |
What is strings in java?
What is actual difference between statement,prepared statement and callable statement and when we have to use it? pls post a answer with code and clear explanation. thanks
Is map ordered in java?
What is the do while loop syntax?
What is return keyword in java?
Describe the various concepts related to object oriented programming (oop).
What are the differences between wait() and sleep()?
What class allows you to read objects directly from a stream in java programming?
what is platform dependent translation and platform dependent programming language
What are the advantages of encapsulation in java?
What is the program development process?
What is the main method java?