Powered by Blogger.

What is a Class?

Class: Class is a collection of property and method.

Syntax of Class: 

class class_name{
         field;
         method;
}

0 comments:

Post a Comment