Interface
- Sree Hari
- Apr 5, 2017
- 1 min read
Previous Blog: Abstract Class, Abstract Methods, Overriding
Abstract class-ஓட பங்காளி தான் interface. Inheritance achieve பண்ண இன்னொரு technique interface.
Interface declaration கிட்டத்தட்ட class declaration மாதிரி தான்.
Syntax இதோ:
interface <interface _name> {
// Variables
// Methods
}

..........
Comments