Write about abstract base classes?


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

Post New Answer

More OOAD Interview Questions

If a method definition has been specified in the 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?

0 Answers  


Can you create an instance of an abstract class?

0 Answers  


What is the difference between a virtual method and an abstract method?

0 Answers  


Explain about inheritance in oops?

0 Answers  


How will you define abstract classes?

0 Answers   QuestPond,






What are a base class, subclass, and superclass?

0 Answers  


Explain about inheritance?

0 Answers  


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?

0 Answers  


What is an USECASE? Why it is needed?

8 Answers  


What is a try/ catch block?

0 Answers  


What is serialization? How do we implement serialization actually?

0 Answers  


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

0 Answers  


Categories