Global
Guideline
Comprehensive Job Interviews
Home
Interview Questions
Online Quiz Tests
Blog
Contact Us
Close Menu
Copyright © 2005 - 2024. All Rights Reserved
Search
Home
Interviews
Microsoft .Net Technologies
ASP Programming
ASP Programming Question:
Whats an abstract class?
Tweet
Share
WhatsApp
Download PDF
Answer:
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.
Download ASP Programming PDF
Read All 194 ASP Programming Questions
Previous Question
Next Question
Hows method overriding different from overloading?
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?