Monday, April 23, 2018

Ca we have an abstract class without abstract method ?

  1. abstract class MyAbstractExe {
  2. int x = 10;
  3. }
Yes ! we can have an abstract class without abstract method. There will not be any error.

No comments:

Post a Comment

How to run standalone mock server on local laptop

 Please download the standalone wiremock server from Direct download section at the bottom of the page.  Download and installation Feel fre...