#java
Read more stories on Hashnode
Articles with this tag
Oops concept in programming Object-Oriented Programming is a methodology to design a program using classes and objects. It simplifies software...
Abstract class what is an abstract class? A class that is not complete is abstract. "Not complete" means methods or functions inside this class that...