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 |
What are the different types of inheritance?
What are the main features of oops?
Why dynamic loading is used in object-oriented programming?
What is the purpose of late binding in object-oriented programming?
What is the use of ‘finalize’?
How to resolve many to many relationship?
6 Answers InfoAxon Technologies, Protech, Samsung,
What is virtual multiple inheritance?
How to differentiate between a CreateObject() and GetObject() ?
How does abstraction differ from encapsulation.
If a class inherits an interface, what are the 2 options available for that class?
What is a functional interface? What is sam interface?
Explain what a method is?