employer cover photo
employer logo
employer logo

John Keells Computer Services

Is this your company?

John Keells Computer Services Interview Question

What is polymorphism?

Interview Answers

Anonymous

May 15, 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

Anonymous

Apr 1, 2018

What is the difference between ArrayList and Linked list?