- abstract class MyAbstractExe {
- MyAbstractExe() {
- System.out.println("yes we can have constructor in abstract class");
- }
- }
Yes ! we can have a constructor and there is no error.
To learn faster: Make the process fun To understand yourself : Write To understand the world better : Read To build deeper connection : Lis...
No comments:
Post a Comment