Skip to main content

Featured

Game Development Tutorials In Android

Game Development Tutorials In Android Hi Guys,                 We are shortly started Game Development Tutorials in Android Studio. So everyone supports me and share this blogs to your friends. Guys, At this time everyone is freely available to source code and we are provide a video for step by step game developments. you are learn free and feel free to support us. Guys, if you have any question to me, so feel free to comment us. I will try to answer all the question as long as possible.                                                     Thank's                                                                          ...

Supper Class Test In Java Programming Languages

Supper Class Test In Java Programming Languages

In this Example, we will discuss an important chapter of Java, Supper Class test but Before we can start to make the Supper Class Test Program, click on the Advertisements , available on this page.

public class superclasstest
{
public void sum(int a,int b)
{
int c=a+b;
System.out.println(c);
}

public superclasstest()
{
System.out.println("this is super clss");

}
public static void main(String arg[])
{
superclasstest ob=new superclasstest();

}

}


Compile And Run On this Program for Better understanding.

If this information is important to you , and you want to , I will continue writing some more details of Java, Android Programming Language, so click on the advertising, available on this page. This is motivate me for writing some more useful stuff, Thank's 

Comments