Can I implement polymorphism using abstract class?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about instance in object oriented programming?
What is diamond inheritance problem? How java 8 solves this problem?
What do you mean by polymorphism?
0 Answers InterGraph, Ittiam Systems,
Does PowerShell support OOPs?
How can we call the base method without creating an instance?
Can we access interface static method using interface references?
What are the major differences between late and dynamic binding?
Tell me something about abstract classes?
What is operator overloading?
What is Object Constraint Language (OCL)?
Who is an Actor?
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?