employer cover photo
employer logo
employer logo

YOOX NET-A-PORTER GROUP

Part of Richemont

Is this your company?

YOOX NET-A-PORTER GROUP interview question

What's the difference between an Interface and an Abstract class

Interview Answer

Anonymous

26 July 2019

Both want you to implement method signatures. Interfaces generally describe a way similar objects interract. In real life, you can cosider the volume rocker on your phone or on the remove Abstract classes are generally used when two or more classes share functionality but are (the abstract classes) not mean to be used on their own as they can't be instantiated. They are often used with polymorphism.