An object oriented programming style employed by retards to make their code look more complicated and intellegent than it actually is. Involves extending a class and implementing an interface, both of which define a method with the same signature, and then shadowing the same method in the child class. For example:
Public Class NewBase
Private _strName as String
Public Sub New
...
<constructor code here>
...
End Sub
Public ReadOnly Property Name() as String
Get
Return _strName
End Get
End Property
A variant of the English word "Interesting" used to convey that, along with interest, there is a degree of curiosity associated with the statement as well.
Person 1: "Wow, did you know that cat urine glows under ultraviolet light"
Person 2: "Interdasting . . . I'll go get the cat"