Question
· Mar 12, 2019

Method vs Class Method

Why  method and class method are different? . What is the purpose for using these are seperatly?

 

ClassMethod Test(){

}

Method Test() {

}

Discussion (1)0
Log in or sign up to continue