#self-improvement-1
Read more stories on Hashnode
Articles with this tag
Interface is a special type of class in java that has only abstract method. And the abstract method is a method that has only method declaration not...
Abstraction is a technique of hiding the internal detail and showing only the essential data to the user. We can achieve Abstraction by using two...