Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.

How can instance of interface access method of Object class?How can instance of interface access method of Object class?

You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.

How can instance of interface access method of Object class?

You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.

How can instance of interface access method of Object class?

added 176 characters in body
Source Link
bNd
  • 7.7k
  • 7
  • 43
  • 73

You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.

How can instance of interface access method of Object class?

You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.

You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.

How can instance of interface access method of Object class?

Source Link
bNd
  • 7.7k
  • 7
  • 43
  • 73

You are not calling toString method of interface but it's Bash Class method. Each object have a default implementation of toString method even you not explicit implement it.