Who is an Actor?
Answers were Sorted based on User's Feedback
Answer / surendra singh (suraj)
An Actor is something or someone who intract with the
system under development. An actor can be a Human, device
or an external system. An actor can be a giver / reciever
of information or both.
| Is This Answer Correct ? | 41 Yes | 1 No |
Answer / tanmoy roy
An actor specified the role played by an external entity(
may be human ,process or other system ) on the system.
| Is This Answer Correct ? | 13 Yes | 4 No |
Answer / bilal dooply
An Actor is an entity which interacts with the System
(either human(Developers & End-User) or hardware(Hardware
Accessories) or system(Software System)).
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / eswari
actor is a something with behavior such as a person,computer system,or organization.for eg manager
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramya
Actor is nothing but an object extract service from other
i.e rest of the objects.
| Is This Answer Correct ? | 2 Yes | 3 No |
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Write a note about inheritance?
What is the difference abstract class and interface?
Difference between abstraction and implementation hiding ?
what is virtual function and pure virtual function ?
Comment: C++ "includes" behavior and java "imports"
What is Object Constraint Language (OCL)?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Explain about the analysis phase?
What is early and late Binding?
What is the difference between data hiding and implementation?
What is a subclass?