Answers

Question and Answer:

  Home  ASP Programming

⟩ Whats an abstract class?

A class that cannot be instantiated. A concept in C++ known as pure virtual method. A class that must be inherited and have the methods over-ridden. Essentially, it’s a#4767d0print for a class without any implementation.

 188 views

More Questions for you: