79.

Can you use instance variables inside a Interface

Interface is similar to a
class which may contain method’s signature only but not bodies and it is a
formal set of method and constant declarations that must be defined by the
class that implements