What is an abstract class?
Answers
Answered by
3
Answer:
- A class having an abstract keyword is called an abstract class.
Answered by
0
Answer:
In programming languages, an abstract type is a type in a nomiñative type system that cannot be insťantiated directly; a type that is not abstract – which can be instántiated – is called a concrete type. Every insťance of an abstract type is an insťance of some concrete subtype.
Similar questions