- abstract class MyAbstractExe {
- int x = 10;
- void test() {
- System.out.println("yes we can have an abstract class with concrete method !!");
- }
- }
Yes ! we can have an abstract class with concrete method !! 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