Powered by Blogger.
Showing posts with label Syntax of Class. Show all posts
Showing posts with label Syntax of Class. Show all posts

What is a Class?

Class: Class is a collection of property and method.

Syntax of Class: 

class class_name{
         field;
         method;
}