Comment on Tutorial - Method Overloading sample in Java By Ganesh Iyer
Comment Added by : Amujuri Vivek
Comment Added at : 2013-01-08 02:48:50
Comment on Tutorial : Method Overloading sample in Java By Ganesh Iyer
HI,
can any one tell me small but silly doubt about overloading that whether we do overloading using access specifiers.that menas see the below code:
ckass A
{
void overload()
{
System.out.println("overloading ....");
}
private void overload()
{
System.out.println("overloading......");
}
protected void overload()
{
System.out.println(Overloading....);
}
}
class test
{
Public static void main(String a[])
{
A a1=new A();
a1.overload();
}
}
Can any one tell me what is the output for this.
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. when i trying to build the above program it is giv
View Tutorial By: bhagyalaxmi at 2008-10-10 23:45:45
2. great material for language
View Tutorial By: hafiz at 2015-03-24 12:18:45
3. Sir , I am doing BCA . I want to know more about j
View Tutorial By: sandeep Namdev at 2008-09-16 05:47:22
4. can for statement be used in a switch statement fo
View Tutorial By: Osei Quadwo at 2014-10-08 20:12:17
5. It is very simple and understandable tutorial, the
View Tutorial By: Syed Turab at 2010-03-09 07:27:15
6. from docs api api/java/awt/Frame/setOpacity:
View Tutorial By: robert at 2014-12-12 07:48:59
7. Hi Paul,
It is a very interesting and help
View Tutorial By: Therese at 2010-04-28 05:36:09
8. helpfull !!!!
View Tutorial By: Anonymous at 2009-05-12 03:48:15
9. nice
View Tutorial By: aish at 2011-05-06 07:30:09
10. Hi,
I want to run a bat file, below are the
View Tutorial By: Rajshekar at 2011-10-28 06:07:06