07 Java - Classes (Part I)
1. Concrete Class
These are classes that can be instantiated using the new keyword.
All the methods in the is class have implementation
It can also be a subclass that implements an interface or extends an abstract class.
A class access modifier c...
chetan77.hashnode.dev6 min read