Skip to content

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

Notifications You must be signed in to change notification settings

VaibhavMojidra/Java---Demo-Compile-Time-Polymorphism-Method-Overloading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Demo Compile Time Polymorphism Method Overloading

Vaibhav Mojidra - 1.jpeg

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

No packages published

Languages