Abstract Class

Abstract Class in Java

Abstract Class in Java

Introduction When a class in java is declared with a keyword i.e. ‘abstract’, the class becomes an abstract class. It can contain non-abstract methods (methods with no body) and abstract. Before diving into the abstract classes let us have a look at the abstraction part of the java. Abstraction

Blog | Board Infinity
Blog | Board Infinity
Abstract Class