what is business objects?
Answers were Sorted based on User's Feedback
Answer / ctva20461
A business object is a type of an intelligible entity being an actor inside the business layer in a n-layered object-oriented computer program.
Whereas a program may implement classes, which may end in objects managing or executing behaviors, mainly a business object differs in that does nothing itself but holds a set of attributes and associations with others weaving a map of players representing the business relations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ershad md sk
Business objects means REAL OBJECTS which u think in ur
problem space.... i wil give a example.....In a room u
should identify different Business Object's we can
identify FAN....Bcoz Fan is an OBJECT which hav Business
Data like Speed and Business Methods like Rotate 2) Air
Conditioner is an Business Object and it speed is Business
data and LCD also and compressor is Bussiness object and
Remote is an INTERFACE
| Is This Answer Correct ? | 2 Yes | 3 No |
what is the difference between preemptive scheduling and time slicing? : Java thread
Which is easier netbeans or eclipse?
What is the file extension for java?
What is dot operator?
Can you extend more than one interface?
What is the Dictionary class?
What is the difference between post and put?
Is ++ operator thread-safe in java?
What is final keyword in java? Give an example.
What will happen if we cannot mention "finally" in Java Program ???
Difference between object instantiation and construction ?
How do you write a conditional statement?