B.S.W.E. Bachelor of Software Engineering Practice Test
B.S.W.E. Bachelor of Software Engineering Programming Languages & Paradigms 2
What is polymorphism in object-oriented programming?
Select your answer
A
The ability to inherit from multiple parent classes simultaneously
B
Hiding implementation details inside a class using access modifiers
C
The ability of different objects to respond to the same interface in different ways
D
Converting one primitive data type into another automatically
Hint