Difference between static and abstract class in java
Answers
Answered by
0
abstract class doesn't have any object
..
static class can only have static member functions
..
static class can only have static member functions
Similar questions