Showing posts with label static. Show all posts
Showing posts with label static. Show all posts

Sunday, 17 September 2017

Tuesday, 22 August 2017

Interfaces in Java

August 22, 2017
An interface   is like a class, which has methods and variable, but declared methods are by default abstract(means no method signature, no ...