Abstract Classes

  • Thread starter Thread starter a.mustaq
  • Start date Start date
A

a.mustaq

Hi All,

By using Virtual and Ovverride specifiers we
can change the functionality of the methods in the derived classes,
then why we go for Abstract classes.
 
Hi All,

By using Virtual and Ovverride specifiers we
can change the functionality of the methods in the derived classes,
then why we go for Abstract classes.

Some classes are not intended to be instantiated. Only its sub-class
can have objects.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top