Can I implement polymorphism using abstract class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOAD Interview Questions

Explain about uml?

0 Answers  


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?

0 Answers  


What is difference between polymorphism and normalization?

0 Answers   NIIT,


Which OOPS concept is used as a reuse mechanism?

0 Answers  


Is class an Object? Is object a class?

11 Answers  






What if we make the method as abstract in another interface?

0 Answers  


What is abstract method?

0 Answers  


Explain the purpose of composition.

0 Answers  


Explain about instance in object oriented programming?

0 Answers  


How to define an abstract class?

0 Answers  


Why is planning too much up front a mistake in an OOSAD project?

3 Answers   Infosys,


What is the default access modifier for a class,struct and an interface declared directly with a namespace?

0 Answers  


Categories