Register now or log in to join your professional community.
what is the difference b/w concrete class and abstract class?
awaiting answer from experienced person
The abstract class differs from concrete class in containing an abstract method that doesnt have a body (the body can be developed at subclasses), the concrete class contains only a methods that have body in that class and cant be changed in another subclass