Computer Science, asked by GreenCloud, 15 days ago

What is an abstract class?​

Answers

Answered by Ᏸυէէєɾϝɭყ
3

Answer:

  • A class having an abstract keyword is called an abstract class.

Answered by ItzBangtansBird
0

Answer:

{\huge{\textbf{\textsf{{\color{navy}{♡ An}}{\purple{sw}}{\pink{er ♡}}}}}}

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