OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 99
|
|
Inheritance
|
|
|
Polymorphism
|
|
|
Over functioning
|
|
|
Overriding
|
In any object-oriented programming language,Overriding is a feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes
Polymorphism is the provision of a single interface to entities of different types or the use of a single symbol to represent multiple different types
In any object-oriented programming language,Overriding is a feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes
Polymorphism is the provision of a single interface to entities of different types or the use of a single symbol to represent multiple different types
