Skip to content

A class is a blueprint for the objects which defines a template to be used to create the required objects. The objects are created from the Kotlin class and they share the common properties and behaviours defined by a class in form of data members (properties) and member functions (behaviours) respectively.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Kotlin---Demo-Class-And-Objects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Demo Class And Objects

A class is a blueprint for the objects which defines a template to be used to create the required objects. The objects are created from the Kotlin class and they share the common properties and behaviours defined by a class in form of data members (properties) and member functions (behaviours) respectively.


Vaibhav Mojidra - 1.jpeg

About

A class is a blueprint for the objects which defines a template to be used to create the required objects. The objects are created from the Kotlin class and they share the common properties and behaviours defined by a class in form of data members (properties) and member functions (behaviours) respectively.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages