DEV Community

bin
bin

Posted on

23-Abstract class

we can not use new object to create an abstract class.

we need to define a class that extends this abstract class.

we can add abstract method in abstract class.

Top comments (0)