Abstraction 'abstract' is a non-access modifier in Java for classes and methods but not variables. Characteristic of abstract keyword : Can't create an object directly. You need to extend it by some other class. The abstract method does not have a ...
pratik05jha.hashnode.dev3 min read
No responses yet.