POLYMORPHISM Flashcards

1
Q

the phenomenon by which an object can acquire an ability to operate from different perspectives.

A

POLYMORPHISM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

the implementation of a specific method occurs according to the number of parameters in the method call.

A

Method Overloading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The process in which the class has two or more methods with the same name

A

Method Overloading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

An object that can exhibit a property of performing mathematical and logical operations from different perspectives

A

POLYMORPHISM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Types of Polymorphism

A

Compile-Time
Run-Time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A procedure in which the compiler can allow a child class to implement a specific method already provided in the parent class.

A

Method Overriding

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The ability of an object to take on many forms.

A

POLYMORPHISM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly