What’s the polymorphisme? Difference between class an Object? Some other simple question about your interpersonal skills…
Sigiloso
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.