Answer Posted / 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 |
Post New Answer View All Answers
What is the main use of message metaphor in object-oriented programming?
Which OOPS concept is used as a reuse mechanism?
Write basic concepts of oops?
What are all the operators that cannot be overloaded?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Write a note about inheritance?
What is a static method? Why do we need static methods in java 8 interfaces?
Why is message passing between the objects important?
Difference between composition and inheritance ?
How does abstraction differ from encapsulation.
What is the difference between a virtual method and an abstract method?
what is virtual function and pure virtual function ?
Explain what is polymorphism?
What is difference between polymorphism and normalization?
What are the different principle of OOPS?