Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by operator overloading?
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?
What is dynamic or run time polymorphism?
Which keyword can be used for overloading?
Explain about inheritance?
What is the difference abstract class and interface?
Can an interface implement or extend another interface?
What is a pure virtual function?
What is the difference between public, private and protected access modifiers?
Explain about object oriented databases?
How do I make sure that an object is released in code such as a connection or file object?
What is @functionalinterface?
If a method definition has been specified in class , its 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?
Explain about the design phase?
What's the order of call of constructors in inheritiance?