What is an abstract class?
Answers
Answered by
2
in programing languages,an abstract type is a nominative type system that cannot be instantiated directly. every instance of an abstract type is an instance of some concrete subtype.
Answered by
4
are classes that contain one or more abstract methods.
An abstract method is a method that is declared, but contains no implementation. Abstract classes may not be instantiated, and require subclasses to provide implementations for the abstract methods.
An abstract method is a method that is declared, but contains no implementation. Abstract classes may not be instantiated, and require subclasses to provide implementations for the abstract methods.
Similar questions
Chemistry,
7 months ago
Math,
7 months ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago
History,
1 year ago