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
Explain about multiple inheritance?
What is the difference between an error and an exception?
What is abstract method?
Explain about Overloading vs Overriding ?
What is the use if instanceof keyword? And how do refer to a current instance of object?
What are virtual functions, base class pointer, derived class pointer, biding references?
What is static and dynamic Binding?
When will you use an interface and abstract class?
How to define an interface?
Can different parts of a partial class inherit from different interfaces?
What is ‘this’ pointer?
Can you explain primordial class loader?
What is diamond inheritance problem? How java 8 solves this problem?
Define Data Abstraction. What is its importance?
How will you define abstract classes?