Computer Science, asked by gelomans507, 1 year ago

Difference between static and abstract class in java

Answers

Answered by manishXD
0
abstract class doesn't have any object
..
static class can only have static member functions
Similar questions