-
Notifications
You must be signed in to change notification settings - Fork 0
Compile-time polymorphism, also known as method overloading, is a feature of object-oriented programming languages such as Java that allows you to define multiple methods with the same name in the same class. The compiler determines which version of the method to call based on the number, types, and order of the arguments passed to it.
License
VaibhavMojidra/Java---Demo-Compile-Time-Polymorphism-Method-Overloading
About
Compile-time polymorphism, also known as method overloading, is a feature of object-oriented programming languages such as Java that allows you to define multiple methods with the same name in the same class. The compiler determines which version of the method to call based on the number, types, and order of the arguments passed to it.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published