mercredi 20 février 2019

general question about the difference between if statements, and some classes

What is the difference between if{} and if; For example

if(condition){
//do something 
}

VS

if(condition);
//do something

and classes that has classname{} and classname{};

for exmample

classname{

//do something

}

VS

classname {

//Do something

};

Aucun commentaire:

Enregistrer un commentaire