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 are Inner classes?
Can an interface extands a class?
What is the difference between notify and notifyall method?
Which package is imported by default?
Is there any limitation of using inheritance?
What are the three best choices for a development environment?
What is difference between static method and static variable?
Is Java a dying language?
what is class.forname() and how it will be useful ?
What are the major drawbacks of external iteration?
How do you declare a destructor in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?