Answer Posted / tauseef
Sparx Architect .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Does a class inherit the constructor of its super class?
Explain about message passing in object oriented programming?
What is polymorphism? When is it employed? give an example.
Explain about parametric polymorphism?
What is operator overloading and polymorphism?
Why is message passing between the objects important?
What is the difference between abstract & interface?
Why is C not an OOP language?
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?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
Can an interface contain fields?
What is meant by function overloading and function overriding?
Explain about the analysis phase?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?