in c, is class uppercase or lowercase

C++
class /*class name here*/ {
 
  /* inser all the things you do in a class
  here because you can and that is what you 
  do*/
  
}
Source

Also in C++: