Skip to main content
Print this chapter
class
Keyword
Syntax
class name [extends otherName] {
// class body
}