answersLogoWhite

0

How it is created classes?

User Avatar

Anonymous

14y ago
Updated: 8/18/2019

class is a group of objects that share common properties and relationships.

-: class is a keyword.

-:class is a blue print of objects.

-:class is a declaration , template or a blueprint of objects that is classifying by a object.

creating a class with java code-:

public class sonu

{

public static void main (string [] args)

{

system.out.println(" abhishek is the student of niit bihar sharif nalanda");

}

}

User Avatar

Wiki User

14y ago

What else can I help you with?