FDM Group Interview Question

What’s the polymorphisme? Difference between class an Object? Some other simple question about your interpersonal skills…

Interview Answer

Anonymous

Oct 28, 2017

Polymorphisme is the ability of an object to take on many forms. Difference between Class and Object: Object is the instance of a class that is created through New keyword. Objects can be created many times and each time a pat of memory is allocated to them.

6