1.

What Is The Syntax To Declare Class?

Answer»

The following is the syntax to DECLARE CLASS:

class class_name {

<fields>

<getters/setters>

<constructors>

<FUNCTIONS>

}

The following is the syntax to declare class:

class class_name {

<fields>

<getters/setters>

<constructors>

<functions>

}



Discussion

No Comment Found