Skip to content

In Kotlin, overriding is the mechanism that allows a subclass to provide its own implementation of a method or property that is already defined in its superclass. This means that the subclass can replace the original implementation with a new one, tailored to its specific needs.

License

Notifications You must be signed in to change notification settings

VaibhavMojidra/Kotlin---Demo-Overriding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotlin Demo Overriding

In Kotlin, overriding is the mechanism that allows a subclass to provide its own implementation of a method or property that is already defined in its superclass. This means that the subclass can replace the original implementation with a new one, tailored to its specific needs.


Vaibhav Mojidra - 1.jpeg

About

In Kotlin, overriding is the mechanism that allows a subclass to provide its own implementation of a method or property that is already defined in its superclass. This means that the subclass can replace the original implementation with a new one, tailored to its specific needs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages