Skip to main content
Dictionary
Store
Blog
World
Help
Advertise
Chat
System Status
Information Collection Notice
Trademark Concerns
reCAPTCHA Privacy
Terms of Service
reCAPTCHA Terms
Privacy Policy
Accessibility
Report a Bug
Data Request
Contact Us
Security
DMCA
© 1999–2026 Urban Dictionary ®
Mugs
Tees
Hoodies
Pro Customization
Create unique products with your own words and definitions
Preview
Personalize Your Design
Your Word
Your Definition
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 End Class Public Interface INewInterface Public ReadOnly Property Name() as String End Interface Public Class NewIIClass : Inherits NewBase Implements INewInterface Public Sub New() MyBase.New() End Sub Public Shadows ReadOnly Property Name() As String ImplementsINewInterface.Name Get Return MyBase.Name End Get End Property End Class
Text fits
Save
Cancel