I am a novice in Scala. I am trying to code in Scala, Below is the syntax of how a program starts:
object demo
{
//do your stuff..............
}
What is the Significance of that?? Is it like mother of all the classes defined???
Any help would be helpful.