Powered by Blogger.
Showing posts with label What is a Class?. Show all posts
Showing posts with label What is a 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;
}