Abstract Modifier (class, method) in Java
Abstract Modifier (class, method) in Java
abstract is a keyword modifier in java. Abstract modifier is applicable for the class and method only. Everything about abstract keyword is explained here with the help of examples. So let’s understand the abstract modifier in detail.
Usage of Abstract Modifier :- 1) Abstract with Class :-
we can declare class with abstract modifier. If we want to…
View On WordPress















