How can we use the methods of a private interface in our code?
Abstract classes are something which cannot be instantiated. So, if we need to use methods of abstract
You extend in same way your private interface as in case of classes. you can implement that interface outsite of visibility scope.