Pergunta de entrevista da empresa John Keells Computer Services

What is polymorphism?

Respostas da entrevista

Sigiloso

15 de mai. de 2018

Polymorphism is the ability of programming languages to present the same interface for differing underlying data types. A polymorphic type is a type whose operations can also be applied to values of some other type.

2

Sigiloso

1 de abr. de 2018

What is the difference between ArrayList and Linked list?