BlackRock Interview Question

difference between inheritance and interface?

Interview Answers

Anonymous

Mar 13, 2018

arent they totally different things?

Anonymous

Apr 4, 2018

Inheritance is a concept where child classes inherit parent class features Interface is a contract where child classes are forced to implement method of base class