What is the use of abstract keyword in Java?

Harper Adams | 2023-06-09 09:11:08 | page views:1544
I'll answer
Earn 20 gold coins for an accepted answer.20 Earn 20 gold coins for an accepted answer.
40more

Amelia Patel

Studied at the University of Oxford, Lives in Oxford, UK.
Abstract classes cannot be instantiated, but they can be subclassed. In other words, a class that is declared with abstract keyword, is known as abstract class in java. It can have abstract(method without body) and non-abstract methods (method with body).Aug 24, 2009
2023-06-14 09:11:08

Oliver Perez

QuesHub.com delivers expert answers and knowledge to you.
Abstract classes cannot be instantiated, but they can be subclassed. In other words, a class that is declared with abstract keyword, is known as abstract class in java. It can have abstract(method without body) and non-abstract methods (method with body).Aug 24, 2009
ask:3,asku:1,askr:137,askz:21,askd:152,RedisW:0askR:3,askD:0 mz:hit,askU:0,askT:0askA:4