The e program block is indicated by the keyword struct.
The Program Block contains the following format.
struct struct_name {
--- Field declaration;
--- Methods with /without return type;
};
The main e-Program block is where:
· Fields are declared inside the struct_name
· Variables are declared inside the methods
· Executable statements are carried out
· Calls to methods with arguments are made
Wednesday, March 11, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment