Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java how to create subclass

//Cria uma classe, esta dara informação a outra
//Create a class, this will be the one to give information to another
public class Teste {
}

//Esta vai coletar a informação da class "Teste" fazendo uma class com herança
//This one will be the one collecting information from "Teste" doing a class with inheritance
class SubClass extends Teste{

}
Source by journals.ecs.soton.ac.uk #
 
PREVIOUS NEXT
Tagged: #java #create #subclass
ADD COMMENT
Topic
Name
2+8 =